diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-24 18:23:59 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-24 18:23:59 +0000 |
commit | d42c42bd1e8625a09e9775e97f52a0b7899ecf2a (patch) | |
tree | 49dae4ab28140e27a50f6784a2744d1bd3affd5e /rules.js | |
parent | b9029d1bb521db2ba6b2b803ab556f34be434c3e (diff) | |
download | 1989-dawn-of-freedom-d42c42bd1e8625a09e9775e97f52a0b7899ecf2a.tar.gz |
Log if playing infl/SC after resolving opp events
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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() |