diff options
Diffstat (limited to 'rules.js')
-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() } |