summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMischa Untaga <99098079+MischaU8@users.noreply.github.com>2023-09-23 08:16:09 +0200
committerMischa Untaga <99098079+MischaU8@users.noreply.github.com>2023-09-23 08:16:09 +0200
commit9b5efebe400fde2a66f25a5109e909e868eb3d5f (patch)
tree06f835eaa7b394f1e76409b78f0f674c5acf779c
parent0090d348d3122468b15e0571f09c849b627ecbed (diff)
downloadalgeria-9b5efebe400fde2a66f25a5109e909e868eb3d5f.tar.gz
update log
-rw-r--r--rules.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 5bdd717..f70b35b 100644
--- a/rules.js
+++ b/rules.js
@@ -425,12 +425,16 @@ function setup_scenario(scenario_name) {
Object.assign(game, scenario)
game.fln_ap = roll_2d6()
+ log(`FLN PSL=${game.fln_psl} AP=${game.fln_ap}`)
+ log(`Government PSL=${game.gov_psl}`)
+
SETUP[scenario_name]()
}
function goto_scenario_setup() {
game.active = GOV
game.state = "scenario_setup"
+ log_h1("Deployment")
}
states.scenario_setup = {