diff options
-rw-r--r-- | events.txt | 2 | ||||
-rw-r--r-- | rules.js | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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* @@ -8814,8 +8814,8 @@ CODE[14] = [ // Gorbachev Charms the West ]
CODE[15] = [ // Honecker
- [ vm_honecker ],
[ vm_permanently_remove ],
+ [ vm_honecker ],
[ vm_return ],
]
|