summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 2 insertions, 0 deletions
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