summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 5512a1c..623f4ad 100644
--- a/rules.js
+++ b/rules.js
@@ -1839,6 +1839,7 @@ function goto_levy_arts_of_war() {
resume_levy_arts_of_war();
}
function resume_levy_arts_of_war() {
+ clear_undo(); // we may reveal the next random card here
game.state = "levy_arts_of_war";
if (game.arts_of_war.length === 0)
end_levy_arts_of_war();