summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js8
1 files changed, 7 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 416bf3e..d936001 100644
--- a/rules.js
+++ b/rules.js
@@ -3600,7 +3600,12 @@ function vm_return() {
/* ================== VM ACTIONS =========================== */
-function vm_valid_spaces () {
+function vm_opp_hand_false() {
+ game.view_opp_hand = false
+ vm_next()
+}
+
+function vm_valid_spaces() {
//vm_assert_argcount(6)
let space_1 = vm_operand(1)
let space_2 = vm_operand(2)
@@ -5806,6 +5811,7 @@ states.vm_goodbye_lenin = {
goto_vm(card)
},
ops() {
+ log('C46 played for operations')
game.state = 'vm_goodbye_lenin_ops'
}
}