Racer: Allow to set custom turn time in scheme
authorWuzzy <Wuzzy2@mail.ru>
Sat, 26 Oct 2019 22:44:15 +0200
changeset 15485 91c972f126b7
parent 15484 d0ef2d8da64a
child 15486 d668fcb9307e
Racer: Allow to set custom turn time in scheme
share/hedgewars/Data/Scripts/Multiplayer/Racer.lua
--- a/share/hedgewars/Data/Scripts/Multiplayer/Racer.lua	Sat Oct 26 22:41:34 2019 +0200
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Racer.lua	Sat Oct 26 22:44:15 2019 +0200
@@ -614,7 +614,6 @@
         -- Force-disable various game flags that would break the script
         DisableGameFlags(gfKing, gfSwitchHog, gfAISurvival, gfPlaceHog, gfTagTeam)
         CaseFreq = 0
-        TurnTime = 90000
         WaterRise = 0
         HealthDecrease = 0
 end