diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-10-06 21:44:41 +0200 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-10-06 21:44:41 +0200 |
commit | aa39ea89932cd23e1cc93225a59570343eb72439 (patch) | |
tree | d75eecde14755ff72a0930de7ff04c9fcf2f561b /rules.js | |
parent | 816c4117b21cf3466bb6b95a16ac6c99a411976d (diff) | |
download | algeria-aa39ea89932cd23e1cc93225a59570343eb72439.tar.gz |
final psl adjustment WIP
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -2718,6 +2718,14 @@ function unit_redeployment() { log(`Air Avail = ${game.air_avail}, Helo Avail = ${game.helo_avail}`) } +function final_psl_adjustment() { + log_h3("Final PSL Adjustment. TODO") + + if (game.gov_psl < 30) { + log("Check for Coup d'etat TODO") + } +} + function goto_turn_interphase() { // clear_undo() game.active = BOTH @@ -2733,7 +2741,7 @@ function goto_turn_interphase() { unit_and_area_recovery() unit_redeployment() - // log_h3("Final PSL Adjustment") + final_psl_adjustment() } states.turn_interphase = { |