summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorMischa Untaga <99098079+MischaU8@users.noreply.github.com>2023-10-06 21:44:41 +0200
committerMischa Untaga <99098079+MischaU8@users.noreply.github.com>2023-10-06 21:44:41 +0200
commitaa39ea89932cd23e1cc93225a59570343eb72439 (patch)
treed75eecde14755ff72a0930de7ff04c9fcf2f561b /rules.js
parent816c4117b21cf3466bb6b95a16ac6c99a411976d (diff)
downloadalgeria-aa39ea89932cd23e1cc93225a59570343eb72439.tar.gz
final psl adjustment WIP
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js10
1 files changed, 9 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 5cb160d..d26a47c 100644
--- a/rules.js
+++ b/rules.js
@@ -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 = {