diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-02-26 12:53:01 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-05-03 18:48:15 +0200 |
commit | 9486ef27037835a6e31eac843b04219eda4c919c (patch) | |
tree | d9d8b0321ff644da439be88154ee42e537775a81 /rules.js | |
parent | bbb9a7bd3686f5a16e661a2a3e8e8c94f8e2bfe2 (diff) | |
download | andean-abyss-9486ef27037835a6e31eac843b04219eda4c919c.tar.gz |
Combined roles.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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, |