summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2025-01-01 17:41:45 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2025-01-01 17:41:45 +0000
commite135dbfb4aaf8796c2b7f5a325c9b03125a0233f (patch)
treeb4d550c0c1e7fe8bc6a2586f5e8dc982825df9ce
parentb8dbfe94e24c9c47035dd9d7a0cc0b68331f1b35 (diff)
download1989-dawn-of-freedom-e135dbfb4aaf8796c2b7f5a325c9b03125a0233f.tar.gz
Update Deutsche Marks logging
-rw-r--r--rules.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index c487801..9cb9eeb 100644
--- a/rules.js
+++ b/rules.js
@@ -7030,12 +7030,14 @@ states.vm_deutsche_marks = {
influence() {
push_undo()
game.vm_available_ops = get_card_ops(game.vm_event)
+ log('Operations:')
log(`Placed SP:`)
valid_spaces_infl()
game.state = 'vm_add_infl'
},
support_check() {
push_undo()
+ log('Operations:')
log(`Support Checks:`)
game.vm_available_ops = 2
game.state = 'vm_support_check_prep'