From 2f14c6344f0e2f66a086123368a9375d443661ed Mon Sep 17 00:00:00 2001 From: Dennis Friis Date: Sun, 21 Jun 2009 22:36:40 +0200 Subject: Fix caul on sending no choice. --- npc/018-2_Woodland_mining_camp/caul.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/npc/018-2_Woodland_mining_camp/caul.txt b/npc/018-2_Woodland_mining_camp/caul.txt index cb79cc4d..8b79658a 100644 --- a/npc/018-2_Woodland_mining_camp/caul.txt +++ b/npc/018-2_Woodland_mining_camp/caul.txt @@ -95,7 +95,9 @@ L_M_no_inspector: goto L_close; // otherwise the choice is the number of potions-to-brew - set @num, @choice; + set @num, @choice; + if (@num == 0) + goto L_close; L_brew: mes "[Caul]"; -- cgit v1.2.3-60-g2f50