From d06822b8037dbfc96098fd3c03e1dea3aefb46ce Mon Sep 17 00:00:00 2001 From: iainp5 Date: Wed, 18 Sep 2024 18:30:29 +0100 Subject: Fix for Sinatra in Goodby Lenin --- rules.js | 3 +++ 1 file changed, 3 insertions(+) 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' }, -- cgit v1.2.3