From 1f47dc63b4aaf7f52334d702ae2de8dc69fcf2ee Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sun, 29 Sep 2024 13:38:09 +0100 Subject: Carry changes to play.js --- rules.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 1b8b52a..f2f7b51 100644 --- a/rules.js +++ b/rules.js @@ -77,7 +77,8 @@ exports.setup = function (seed, scenario, options) { tst_8: false, vp: 0, - pieces: [null], + demInfl: spaces.demInfl, + comInfl: spaces.comInfl, strategy_deck: [], strategy_discard: [], @@ -163,8 +164,8 @@ exports.view = function(state, player) { valid_spaces: game.valid_spaces, valid_cards: game.valid_cards, - demInfl: spaces.demInfl, - comInfl: spaces.comInfl, + demInfl: game.demInfl, + comInfl: game.comInfl, turn: game.turn, round: game.round, round_player: game.round_player, -- cgit v1.2.3