From e9ab7e51dc74df537a4a798ff0e47a687add55d8 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sat, 21 Dec 2024 15:59:59 +0000 Subject: Fix the Wall Must Go --- rules.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rules.js') 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 -- cgit v1.2.3