diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-14 16:51:29 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-14 16:51:29 +0000 |
commit | 811996a28cd232f6041285e336a4cefbd2888a6f (patch) | |
tree | 17caf183a2e1f7dedf7b02cbc31739071e438c1d | |
parent | bad1f25da090259aae3d17a6efac9b7035702d9b (diff) | |
download | 1989-dawn-of-freedom-811996a28cd232f6041285e336a4cefbd2888a6f.tar.gz |
Improve log for Kohl proposes reunification
-rw-r--r-- | events.txt | 2 | ||||
-rw-r--r-- | rules.js | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -666,6 +666,8 @@ permanently_remove kohl_proposes_reunification_prep if !is_auto_resolve(C_KOHL_PROPOSES_REUNIFICATION) kohl_proposes_reunification +else +log `C${C_THE_WALL_MUST_GO} has not been successfully played for the event.` endif @@ -8573,6 +8573,8 @@ CODE[87] = [ // Kohl Proposes Reunification* [ vm_kohl_proposes_reunification_prep ], [ 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_endif ], [ vm_return ], ] |