summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-10-08 17:35:53 +0100
committeriainp5 <iain.pearce.ip@gmail.com>2024-10-08 17:35:53 +0100
commit0418e6317230770d3d4493b13fd1ebaacd370a7a (patch)
tree92754b4b077a047248f7746a6fcc71639e6f6271
parent4237e1a011dbf4931f45760be51db880acd387f7 (diff)
download1989-dawn-of-freedom-0418e6317230770d3d4493b13fd1ebaacd370a7a.tar.gz
Fix Honecker with Deutsche Marks
-rw-r--r--events.txt2
-rw-r--r--rules.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/events.txt b/events.txt
index c8ca6eb..b95fa7c 100644
--- a/events.txt
+++ b/events.txt
@@ -108,8 +108,8 @@ prompt 'select a space for the Support Check'
CARD 15 - Honecker
# The Communist Player may take any non-Power Struggle - card in the discard pile and put it in his hand. The Communist Player may take one extra action round this turn. May not be played as event after Modrow*.
-honecker
permanently_remove
+honecker
CARD 16 - Nomenklatura*
diff --git a/rules.js b/rules.js
index f4357d2..b408c41 100644
--- a/rules.js
+++ b/rules.js
@@ -8814,8 +8814,8 @@ CODE[14] = [ // Gorbachev Charms the West
]
CODE[15] = [ // Honecker
- [ vm_honecker ],
[ vm_permanently_remove ],
+ [ vm_honecker ],
[ vm_return ],
]