summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2025-01-01 17:45:17 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2025-01-01 17:45:17 +0000
commit72d023997c4dfcbd9593474b508a00f449c2c2d4 (patch)
tree14d4e9f4eeda0c3ae7f6cda2670dced8ab91ef08 /rules.js
parent3a935ccb48466b1223b5723a4f8ddefa4959e8b8 (diff)
download1989-dawn-of-freedom-72d023997c4dfcbd9593474b508a00f449c2c2d4.tar.gz
Update Deutsche Marks logging
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules.js b/rules.js
index 37d495e..8e80511 100644
--- a/rules.js
+++ b/rules.js
@@ -7030,14 +7030,14 @@ states.vm_deutsche_marks = {
influence() {
push_undo()
game.vm_available_ops = get_card_ops(game.vm_event)
- log('Communist takes card for Operations:')
+ log('Communist Operations.')
log(`Placed SP:`)
valid_spaces_infl()
game.state = 'vm_add_infl'
},
support_check() {
push_undo()
- log('Communist takes card for Operations:')
+ log('Communist Operations.')
log(`Support Checks:`)
game.vm_available_ops = 2
game.state = 'vm_support_check_prep'