diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-19 23:20:54 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-19 23:20:54 +0100 |
commit | b2f377d74b1be7f5b4aee874e62c4114343aeefd (patch) | |
tree | 6f93784218c64eab6acc6a9f11199840e455e3fb /rules.js | |
parent | 5394f290e52cf7a92e10bd354ac61ea340130280 (diff) | |
download | 1989-dawn-of-freedom-b2f377d74b1be7f5b4aee874e62c4114343aeefd.tar.gz |
Fix for Deutsche Marks with no valid cards
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5749,6 +5749,9 @@ states.vm_deutsche_marks_prep = { next_player()
game.state = 'vm_deutsche_marks'
game.vm_event = card
+ },
+ pass() {
+ vm_next()
}
}
|