From b83c7f35103b43a9fae4ba9b0d4b98bd95a745b1 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 22 Jun 2023 23:03:32 +0200 Subject: Show barbarian dice in homeland region. --- rules.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 8c7b846..d407d32 100644 --- a/rules.js +++ b/rules.js @@ -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, -- cgit v1.2.3