summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-11-24 18:23:59 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2024-11-24 18:23:59 +0000
commitd42c42bd1e8625a09e9775e97f52a0b7899ecf2a (patch)
tree49dae4ab28140e27a50f6784a2744d1bd3affd5e /rules.js
parentb9029d1bb521db2ba6b2b803ab556f34be434c3e (diff)
download1989-dawn-of-freedom-d42c42bd1e8625a09e9775e97f52a0b7899ecf2a.tar.gz
Log if playing infl/SC after resolving opp events
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index e83591a..18b318d 100644
--- a/rules.js
+++ b/rules.js
@@ -706,6 +706,7 @@ states.resolve_opponent_event = {
},
influence(){
push_undo()
+ log_gap(`Played C${game.played_card} to place SPs`)
// If ABHR - Set AHBR tracker to true
if (game.persistent_events.includes(58)) {
game.austria_hungary_border_reopened_tracker = true
@@ -715,6 +716,7 @@ states.resolve_opponent_event = {
},
support_check() {
push_undo()
+ log_gap(`Played C${game.played_card} for support checks`)
game.available_ops = 2
game.state = 'support_check_prep'
valid_spaces_sc()