Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version bump #1311

Merged
merged 2 commits into from
Mar 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions Arkadia.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15946,8 +15946,8 @@ trigger_func_skrypty_ui_misc_ptakopodobny_inkantuje()</script>
<string>^Trzymasz .* w (prawej|lewej) rece.*</string>
<string>Z latwoscia dobywasz ogromnego ognistego trojzebu, czujac pulsujaca moc w zaciskajacych sie na drzewcu rekach.</string>
<string>^[ &gt;]*Siegasz do .*, dobywajac z nie[a-z]+ .*\.$</string>
<string>^[ &gt;]*Gwaltownym ruchem wyszarpujesz zza plecow.*\.$</string>
<string>^[ &gt;]*Jednym plynnym ruchem dobywasz .*</string>
<string>Gwaltownym ruchem wyszarpujesz zza plecow</string>
<string>Jednym plynnym ruchem dobywasz</string>
<string>Szybkim i bezszelestnym ruchem dobywasz</string>
<string>Plynnym, pelnym pewnosci ruchem dobywasz</string>
<string>Z trudem dobywasz gigantycznego granitowego mlota.</string>
Expand All @@ -15972,6 +15972,7 @@ trigger_func_skrypty_ui_misc_ptakopodobny_inkantuje()</script>
<string>Juz dzierzysz</string>
<string>Z mrozaca krew w zylach gracja dobywasz waskiego zebatego palasza, a twoje spojrzenie staje siezimne jak lod.</string>
<string>Chwytasz za rekojesc obosiecznego gwiezdnego topora, unoszac go na wysokosc swej twarzy. W odpowiedzi na twoj dotyk, czarne jak noc zelezce zaczyna mienic sie blaskiem tysiaca gwiazd.</string>
<string>Chwytasz partyzane pewnie w swoje rece zataczajac nia kolo nad glowa</string>
</regexCodeList>
<regexCodePropertyList>
<integer>2</integer>
Expand All @@ -15980,8 +15981,8 @@ trigger_func_skrypty_ui_misc_ptakopodobny_inkantuje()</script>
<integer>1</integer>
<integer>2</integer>
<integer>1</integer>
<integer>1</integer>
<integer>1</integer>
<integer>2</integer>
<integer>2</integer>
<integer>2</integer>
<integer>2</integer>
<integer>2</integer>
Expand All @@ -16006,6 +16007,7 @@ trigger_func_skrypty_ui_misc_ptakopodobny_inkantuje()</script>
<integer>2</integer>
<integer>2</integer>
<integer>2</integer>
<integer>2</integer>
</regexCodePropertyList>
</Trigger>
</TriggerGroup>
Expand Down
2 changes: 1 addition & 1 deletion skrypty.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scripts = scripts or { ver = "4.60" }
scripts = scripts or { ver = "4.61" }
scripts.event_handlers = scripts.event_handlers or {}

function alias_func_skrypty_help()
Expand Down
2 changes: 1 addition & 1 deletion skrypty/team/util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function ateam:increase_team_id_counter()
if ateam.next_team_id == "Z" then
registerAnonymousEventHandler("printStatusDone", function()
ateam:restart_ateam()
end)
end, true)
end
end

Expand Down