From e33f5f76d929d67c1fb2437dced7ea4ed3bd5582 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sat, 5 Oct 2024 14:28:00 +0100 Subject: Added Samizdat card to view --- rules.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 3d03d97..a550f04 100644 --- a/rules.js +++ b/rules.js @@ -166,6 +166,7 @@ exports.view = function(state, player) { dem_tst: game.dem_tst_position, com_tst: game.com_tst_position, persistent_events: game.persistent_events, + samizdat: game.samizdat_card, systematization: game.systematization, the_tyrant_is_gone: game.the_tyrant_is_gone, @@ -3840,6 +3841,7 @@ function add_lateyear() { function reset_power() { game.power_struggle_deck = [] + game.power_struggle_discard = [] game.dem_pwr_hand = [] game.com_pwr_hand = [] game.phase = 1 -- cgit v1.2.3