summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-09-28 07:22:56 +0100
committeriainp5 <iain.pearce.ip@gmail.com>2024-09-28 07:22:56 +0100
commitf2d87494397dcf9b792a27e1098e7b7a6c63c20e (patch)
tree610c2a9f817442897aaeb412e1807afd976a0d89
parentdd5085bfedeb2b82f91dab462b1b76ad0a9c8214 (diff)
download1989-dawn-of-freedom-f2d87494397dcf9b792a27e1098e7b7a6c63c20e.tar.gz
Remove fix for old game
-rw-r--r--rules.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 2e597a0..cdf72c8 100644
--- a/rules.js
+++ b/rules.js
@@ -424,7 +424,6 @@ 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) {