summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 67f5ddc..69a1de0 100644
--- a/rules.js
+++ b/rules.js
@@ -5922,6 +5922,9 @@ states.vm_goodbye_lenin_ops = {
influence(){
push_undo()
game.vm_available_ops = cards[this_card()].ops
+ if (game.persistent_events['sinatra_doctrine']) {
+ game.vm_available_ops++
+ }
valid_spaces_infl()
game.state = 'vm_add_infl'
},