diff options
Diffstat (limited to 'npc/018-2_Woodland_mining_camp/caul.txt')
-rw-r--r-- | npc/018-2_Woodland_mining_camp/caul.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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]"; |