summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-12-21 15:59:59 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2024-12-21 15:59:59 +0000
commite9ab7e51dc74df537a4a798ff0e47a687add55d8 (patch)
tree4a2002af21c948195ba944b4212a08f3a42211a1
parentce0a357805048fa6b3c06b6ce3f872c962684f75 (diff)
download1989-dawn-of-freedom-e9ab7e51dc74df537a4a798ff0e47a687add55d8.tar.gz
Fix the Wall Must Go
-rw-r--r--rules.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 80a06e9..5b20623 100644
--- a/rules.js
+++ b/rules.js
@@ -3773,7 +3773,9 @@ function finish_play_card() {
function finish_the_wall() {
if (game.the_wall_must_go['dem_wins'] === 2) {
+ delete game.the_wall_must_go
game.persistent_events.push(C_THE_WALL_MUST_GO)
+ remove_from_discard(C_THE_WALL_MUST_GO)
game.playable_cards = game.playable_cards.filter(card => card !== C_THE_WALL)
log('+3 VP')
game.vp += 3