equal
deleted
inserted
replaced
668 TurnTimeLeft = 30000 |
668 TurnTimeLeft = 30000 |
669 elseif GetHogTeamName(CurrentHedgehog) == loc("011101001") then |
669 elseif GetHogTeamName(CurrentHedgehog) == loc("011101001") then |
670 TurnTimeLeft = 0 |
670 TurnTimeLeft = 0 |
671 else |
671 else |
672 SetInputMask(0xFFFFFFFF) |
672 SetInputMask(0xFFFFFFFF) |
673 AddCaption(string.format(loc("Turns until Sudden Death: %d"), SuddenDeathTurns - TotalRounds)) |
|
674 end |
673 end |
675 end |
674 end |
676 |
675 |
677 function onPrecise() |
676 function onPrecise() |
678 if GameTime > 2500 and AnimInProgress() then |
677 if GameTime > 2500 and AnimInProgress() then |