equal
deleted
inserted
replaced
1053 AnimSwitchHog(leaks) |
1053 AnimSwitchHog(leaks) |
1054 SetGearMessage(leaks, 0) |
1054 SetGearMessage(leaks, 0) |
1055 TurnTimeLeft = -1 |
1055 TurnTimeLeft = -1 |
1056 elseif GetHogTeamName(CurrentHedgehog) ~= loc("Natives") then |
1056 elseif GetHogTeamName(CurrentHedgehog) ~= loc("Natives") then |
1057 for i = 1, 4 do |
1057 for i = 1, 4 do |
1058 if cannibalDead[i] ~= true then |
1058 if cannibalDead[i] ~= true and leaksDead ~= true then |
1059 if GetX(cannibals[i]) < GetX(leaks) then |
1059 if GetX(cannibals[i]) < GetX(leaks) then |
1060 HogTurnLeft(cannibals[i], false) |
1060 HogTurnLeft(cannibals[i], false) |
1061 else |
1061 else |
1062 HogTurnLeft(cannibals[i], true) |
1062 HogTurnLeft(cannibals[i], true) |
1063 end |
1063 end |