diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-28 07:17:07 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-28 07:17:07 +0100 |
commit | dd5085bfedeb2b82f91dab462b1b76ad0a9c8214 (patch) | |
tree | 295fa1b0a7ce408897a927fb227174f841937d48 /rules.js | |
parent | a12352815b3c170ef7869636552cd9061897ce36 (diff) | |
download | 1989-dawn-of-freedom-dd5085bfedeb2b82f91dab462b1b76ad0a9c8214.tar.gz |
Fix for old games
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -424,6 +424,7 @@ states.choose_card = { },
card(card) {
push_undo()
+ game.persistent_events['prudence'] = {DEM: 0, COM: 0}
game.played_card = card
let find_card
if (game.active === COM) {
|