From 811996a28cd232f6041285e336a4cefbd2888a6f Mon Sep 17 00:00:00 2001 From: iainp5 Date: Thu, 14 Nov 2024 16:51:29 +0000 Subject: Improve log for Kohl proposes reunification --- events.txt | 2 ++ rules.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/events.txt b/events.txt index 94738a7..a461071 100644 --- a/events.txt +++ b/events.txt @@ -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 diff --git a/rules.js b/rules.js index 487f7c1..41c7c9f 100644 --- a/rules.js +++ b/rules.js @@ -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 ], ] -- cgit v1.2.3