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 3239bb7..39f941c 100644
--- a/rules.js
+++ b/rules.js
@@ -3224,6 +3224,7 @@ states.vm_place_any_on_top_of_draw = {
game.vm.on_top.unshift(c)
},
next() {
+ push_undo()
if (game.vm.draw.length > 0)
game.state = "vm_place_any_on_bottom_of_draw"
else