equal
deleted
inserted
replaced
856 SetAmmo(amShotgun, 9, 0, 0, 0) |
856 SetAmmo(amShotgun, 9, 0, 0, 0) |
857 end |
857 end |
858 |
858 |
859 function onNewTurn() |
859 function onNewTurn() |
860 if AnimInProgress() then |
860 if AnimInProgress() then |
861 SetTurnTimeLeft(cMaxTurnTime) |
861 SetTurnTimeLeft(MAX_TURN_TIME) |
862 return |
862 return |
863 end |
863 end |
864 if GetHogTeamName(CurrentHedgehog) == loc("011101001") then |
864 if GetHogTeamName(CurrentHedgehog) == loc("011101001") then |
865 EndTurn(true) |
865 EndTurn(true) |
866 end |
866 end |