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