share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/united.lua
changeset 13750 110d6c1e817f
parent 13740 2bb7141496a9
child 14401 6c21bd8547dd
equal deleted inserted replaced
13749:0e8db74ec585 13750:110d6c1e817f
   530   SetAmmo(amFlamethrower, 0, 0, 0, 3)
   530   SetAmmo(amFlamethrower, 0, 0, 0, 3)
   531 end
   531 end
   532 
   532 
   533 function onNewTurn()
   533 function onNewTurn()
   534   if AnimInProgress() then
   534   if AnimInProgress() then
   535     SetTurnTimeLeft(cMaxTurnTime)
   535     SetTurnTimeLeft(MAX_TURN_TIME)
   536     return
   536     return
   537   end
   537   end
   538   if freshDead ~= nil and GetHogTeamName(CurrentHedgehog) == loc("Natives") then
   538   if freshDead ~= nil and GetHogTeamName(CurrentHedgehog) == loc("Natives") then
   539     SetupHogDeadAnim(freshDead)
   539     SetupHogDeadAnim(freshDead)
   540     AddAnim(hogDeadAnim)
   540     AddAnim(hogDeadAnim)