diff options
-rw-r--r-- | rules.js | 1 | ||||
-rw-r--r-- | rules.ts | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -4290,7 +4290,6 @@ function prompt_march() { return has_march; } function goto_march(to) { - push_undo(); let from = get_lord_locale(game.command); game.march = { from, to }; march_with_group_1(); @@ -5161,7 +5161,6 @@ function prompt_march() { } function goto_march(to: Locale) { - push_undo() let from = get_lord_locale(game.command) game.march = { from, to } march_with_group_1() |