diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2202,6 +2202,7 @@ states.tribute_of_earth_and_water = { move_persian_army(RESERVE, city, 1); game.where = city; if (can_play_molon_labe()) { + clear_undo(); game.active = GREECE; game.state = 'tribute_of_earth_and_water_react'; } else { |