summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 2 insertions, 0 deletions
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 ],
]