summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 655b555..f2338ed 100644
--- a/rules.js
+++ b/rules.js
@@ -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 {