diff options
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() |