From 9486ef27037835a6e31eac843b04219eda4c919c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 26 Feb 2023 12:53:01 +0100 Subject: Combined roles. --- rules.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 49748e5..d8e921d 100644 --- a/rules.js +++ b/rules.js @@ -189,7 +189,7 @@ exports.setup = function (seed, scenario, options) { resources: [ 0, 0, 0, 0 ], shipments: [ AVAILABLE, AVAILABLE, AVAILABLE, AVAILABLE ], pieces: Array(153).fill(AVAILABLE), - underground: [ 0, 0, -1, -1 ], + underground: [ 0, -1, -1, -1 ], farc_control: 0, govt_control: 0, support: Array(23).fill(NEUTRAL), @@ -914,6 +914,7 @@ exports.view = function (state, role) { actions: null, log: game.log, + scenario: game.scenario, current: game.current, deck: [ this_card, next_card, deck_size ], president: game.president, -- cgit v1.2.3