share/hedgewars/Data/Scripts/Multiplayer/Racer.lua
changeset 15485 91c972f126b7
parent 15483 70aba717485a
child 15488 04b63bcdb2ab
equal deleted inserted replaced
15484:d0ef2d8da64a 15485:91c972f126b7
   612 function onGameInit()
   612 function onGameInit()
   613         EnableGameFlags(gfInfAttack)
   613         EnableGameFlags(gfInfAttack)
   614         -- Force-disable various game flags that would break the script
   614         -- Force-disable various game flags that would break the script
   615         DisableGameFlags(gfKing, gfSwitchHog, gfAISurvival, gfPlaceHog, gfTagTeam)
   615         DisableGameFlags(gfKing, gfSwitchHog, gfAISurvival, gfPlaceHog, gfTagTeam)
   616         CaseFreq = 0
   616         CaseFreq = 0
   617         TurnTime = 90000
       
   618         WaterRise = 0
   617         WaterRise = 0
   619         HealthDecrease = 0
   618         HealthDecrease = 0
   620 end
   619 end
   621 
   620 
   622 function InstructionsBuild()
   621 function InstructionsBuild()