summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
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 = {