diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-06-01 13:44:51 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 12:42:59 +0100 |
commit | 3411bc3bd9e692a1fd78bd46bb0cf8f741285632 (patch) | |
tree | 25b31a00bb9abbcc0ad501be8fbbfc974ab07191 | |
parent | 2b8273dd748269ab627ddba6f071a2f046416929 (diff) | |
download | 300-earth-and-water-3411bc3bd9e692a1fd78bd46bb0cf8f741285632.tar.gz |
300: don't lose spartans on first combat loss
That's a misunderstanding/translation issue.
-rw-r--r-- | rules.js | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1725,10 +1725,6 @@ function persian_land_battle_round() { if (p_hit >= g_hit) { log("Greece loses one army."); move_greek_army(game.where, RESERVE); - if (game.greek.battle_event == THREE_HUNDRED_SPARTANS) { - log("300 Spartans advantage lost."); - game.greek.battle_event = 0; - } } if (g_hit >= p_hit) { log("Persia loses one army."); |