equal
deleted
inserted
replaced
1212 CS.HOG_HEALTH=GetHealth(CurrentHedgehog) |
1212 CS.HOG_HEALTH=GetHealth(CurrentHedgehog) |
1213 end |
1213 end |
1214 |
1214 |
1215 TurnTimeLeft=100000 |
1215 TurnTimeLeft=100000 |
1216 |
1216 |
1217 AddCaption(string.format(CS.SELECT_WEP_INFORMATION_SHORT, GetHogTeamName(CurrentHedgehog)), 0xFFFFFFFF, capgrpGameState) |
1217 AddCaption(string.format(CS.SELECT_WEP_INFORMATION_SHORT, GetHogTeamName(CurrentHedgehog)), capcolDefault, capgrpGameState) |
1218 AddCaption(loc("No continent selected"), GetClanColor(GetHogClan(CurrentHedgehog)), capgrpAmmoinfo) |
1218 AddCaption(loc("No continent selected"), GetClanColor(GetHogClan(CurrentHedgehog)), capgrpAmmoinfo) |
1219 CS.SELECT_CONTINENT_CHECK=true |
1219 CS.SELECT_CONTINENT_CHECK=true |
1220 ShowMission(loc("Continental supplies"),loc("Let a continent provide your weapons!"),GeneralInformation(), 0, 0) |
1220 ShowMission(loc("Continental supplies"),loc("Let a continent provide your weapons!"),GeneralInformation(), 0, 0) |
1221 SetCSAmmoDescriptions("continents") |
1221 SetCSAmmoDescriptions("continents") |
1222 |
1222 |