share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/family.lua
changeset 13750 110d6c1e817f
parent 13740 2bb7141496a9
child 14401 6c21bd8547dd
equal deleted inserted replaced
13749:0e8db74ec585 13750: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