diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-09-23 08:16:09 +0200 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-09-23 08:16:09 +0200 |
commit | 9b5efebe400fde2a66f25a5109e909e868eb3d5f (patch) | |
tree | 06f835eaa7b394f1e76409b78f0f674c5acf779c | |
parent | 0090d348d3122468b15e0571f09c849b627ecbed (diff) | |
download | algeria-9b5efebe400fde2a66f25a5109e909e868eb3d5f.tar.gz |
update log
-rw-r--r-- | rules.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 = { |