summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-10-08 00:30:57 +0200
committerTor Andersson <tor@ccxvii.net>2023-12-10 18:16:55 +0100
commitcf525a3f7e497adf93308265c1bdd14e258bf47f (patch)
tree2bc9d7ccead2d43da19d6d2feffcdb28c6aa83ac
parente802ebaf17f7054bb71e1ca181fce78a82ec83fe (diff)
downloadplantagenet-cf525a3f7e497adf93308265c1bdd14e258bf47f.tar.gz
remove bad clear_undo
-rw-r--r--rules.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 8594ff0..e8e1075 100644
--- a/rules.js
+++ b/rules.js
@@ -4469,7 +4469,6 @@ function goto_tax() {
function end_tax() {
pop_state()
game.where = NOWHERE
- clear_undo()
spend_action(1)
resume_command()
}