equal
deleted
inserted
replaced
283 if loyal then |
283 if loyal then |
284 Goals = loc("Loyal Highlander: Eliminate enemy hogs to take their weapons") .. "|" |
284 Goals = loc("Loyal Highlander: Eliminate enemy hogs to take their weapons") .. "|" |
285 else |
285 else |
286 Goals = loc("Highlander: Eliminate hogs to take their weapons") .. "|" |
286 Goals = loc("Highlander: Eliminate hogs to take their weapons") .. "|" |
287 end |
287 end |
288 Goals = Goals .. loc("Replenishment: Weapons are restocked on turn start of a new hog") |
288 Goals = Goals .. loc("Replenishment: Weapons are restocked on turn start of a new hog") .. "|" .. |
|
289 loc("Ammo Limit: Hogs can’t have more than 1 ammo per type") |
289 end |
290 end |
290 |
291 |
291 function onGameStart() |
292 function onGameStart() |
292 utilChoices[amSkip] = 0 |
293 utilChoices[amSkip] = 0 |
293 local c = 0 |
294 local c = 0 |