summaryrefslogtreecommitdiff
path: root/rules.ts
diff options
context:
space:
mode:
Diffstat (limited to 'rules.ts')
-rw-r--r--rules.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.ts b/rules.ts
index 7dc9f9a..267b3cb 100644
--- a/rules.ts
+++ b/rules.ts
@@ -2352,6 +2352,7 @@ function goto_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()