From 0418e6317230770d3d4493b13fd1ebaacd370a7a Mon Sep 17 00:00:00 2001 From: iainp5 Date: Tue, 8 Oct 2024 17:35:53 +0100 Subject: Fix Honecker with Deutsche Marks --- events.txt | 2 +- rules.js | 2 +- 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 ], ] -- cgit v1.2.3