From 4090d0c4d77b1b092c247f9accbf1ea5566db5a7 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sat, 21 Dec 2024 16:14:14 +0000 Subject: Fix New Years Eve Party --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 2884b31..faa4fb2 100644 --- a/rules.js +++ b/rules.js @@ -7760,7 +7760,7 @@ states.vm_new_years_eve_party = { }, end() { push_undo() - game.persistent_events.push(C_NEW_YEARS_EVE_PARTY) + add_to_persistent_events(C_NEW_YEARS_EVE_PARTY) log('Choses to end the game. There will be no final scoring.') let power = game.revolutions.filter(value => value === false).length if (power > 3) { -- cgit v1.2.3