summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-11-14 16:54:33 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2024-11-14 16:54:33 +0000
commitf3afe374793ad953e2bba05dd0999b7070ed7950 (patch)
treecae03bd16215ed220693718c388d51dfcb08aa3e
parent811996a28cd232f6041285e336a4cefbd2888a6f (diff)
download1989-dawn-of-freedom-f3afe374793ad953e2bba05dd0999b7070ed7950.tar.gz
Indent logging
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 41c7c9f..d6c11ec 100644
--- a/rules.js
+++ b/rules.js
@@ -8574,7 +8574,7 @@ CODE[87] = [ // Kohl Proposes Reunification*
[ vm_if, ()=>!is_auto_resolve(C_KOHL_PROPOSES_REUNIFICATION) ],
[ vm_kohl_proposes_reunification ],
[ vm_else ],
- [ vm_log, ()=>`C${C_THE_WALL_MUST_GO} has not been successfully played for the event.` ],
+ [ vm_logi, ()=>`C${C_THE_WALL_MUST_GO} has not been successfully played for the event.` ],
[ vm_endif ],
[ vm_return ],
]