summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-02-26 12:53:01 +0100
committerTor Andersson <tor@ccxvii.net>2023-05-03 18:48:15 +0200
commit9486ef27037835a6e31eac843b04219eda4c919c (patch)
treed9d8b0321ff644da439be88154ee42e537775a81 /rules.js
parentbbb9a7bd3686f5a16e661a2a3e8e8c94f8e2bfe2 (diff)
downloadandean-abyss-9486ef27037835a6e31eac843b04219eda4c919c.tar.gz
Combined roles.
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js3
1 files changed, 2 insertions, 1 deletions
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,