share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/family.lua
changeset 13755 110d6c1e817f
parent 13745 2bb7141496a9
child 14406 6c21bd8547dd
equal deleted inserted replaced
13754:0e8db74ec585 13755:110d6c1e817f
   634 	SetAmmo(amPortalGun, 0, 0, 0, 1)
   634 	SetAmmo(amPortalGun, 0, 0, 0, 1)
   635 end
   635 end
   636 
   636 
   637 function onNewTurn()
   637 function onNewTurn()
   638   if AnimInProgress() then
   638   if AnimInProgress() then
   639     SetTurnTimeLeft(cMaxTurnTime)
   639     SetTurnTimeLeft(MAX_TURN_TIME)
   640     return
   640     return
   641   end
   641   end
   642   if CurrentHedgehog == cyborg then
   642   if CurrentHedgehog == cyborg then
   643     if CheckCyborgsDead() ~= true then
   643     if CheckCyborgsDead() ~= true then
   644       for i = 1, 3 do
   644       for i = 1, 3 do