summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-09-28 07:17:07 +0100
committeriainp5 <iain.pearce.ip@gmail.com>2024-09-28 07:17:07 +0100
commitdd5085bfedeb2b82f91dab462b1b76ad0a9c8214 (patch)
tree295fa1b0a7ce408897a927fb227174f841937d48 /rules.js
parenta12352815b3c170ef7869636552cd9061897ce36 (diff)
download1989-dawn-of-freedom-dd5085bfedeb2b82f91dab462b1b76ad0a9c8214.tar.gz
Fix for old games
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index cdf72c8..2e597a0 100644
--- a/rules.js
+++ b/rules.js
@@ -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) {