diff options
-rw-r--r-- | rules.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5290,6 +5290,9 @@ function vm_the_sinatra_doctrine() { function vm_the_third_way() { log('-2VP') game.vp -= 2 + if (check_vp()) { + return + } vm_next() } |
index : 1989-dawn-of-freedom | ||
1989: Dawn of Freedom | Tor |
summaryrefslogtreecommitdiff |
-rw-r--r-- | rules.js | 3 |
@@ -5290,6 +5290,9 @@ function vm_the_sinatra_doctrine() { function vm_the_third_way() { log('-2VP') game.vp -= 2 + if (check_vp()) { + return + } vm_next() } |