diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-06-22 23:03:32 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-07-07 18:39:37 +0200 |
commit | b83c7f35103b43a9fae4ba9b0d4b98bd95a745b1 (patch) | |
tree | 188fad680070a4c96b63051e6ecab673a40fb0cb /rules.js | |
parent | fcfed0cab586ecf3e2e6803e27f7cb0b38cb0898 (diff) | |
download | time-of-crisis-b83c7f35103b43a9fae4ba9b0d4b98bd95a745b1.tar.gz |
Show barbarian dice in homeland region.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1088,6 +1088,8 @@ function goto_upkeep() { function goto_crisis() { game.dice[0] = roll_die() game.dice[1] = roll_die() + game.dice[2] = 0 + game.dice[3] = 0 log(`Crisis B${game.dice[0]} W${game.dice[1]}`) @@ -3292,6 +3294,7 @@ exports.view = function (state, player_name) { current: game.current, prompt: null, + crisis: game.crisis, support: game.support, mobs: game.mobs, militia: game.militia, |