diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-18 18:30:29 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-18 18:30:29 +0100 |
commit | d06822b8037dbfc96098fd3c03e1dea3aefb46ce (patch) | |
tree | 151a989db31725939745f939c3c9bad9cdf61934 /rules.js | |
parent | 010277cee793f669a0061115ba9f85e400e8ffee (diff) | |
download | 1989-dawn-of-freedom-d06822b8037dbfc96098fd3c03e1dea3aefb46ce.tar.gz |
Fix for Sinatra in Goodby Lenin
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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'
},
|