diff options
Diffstat (limited to 'npc/011-1_Woodland/alchemist.txt')
-rw-r--r-- | npc/011-1_Woodland/alchemist.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/011-1_Woodland/alchemist.txt b/npc/011-1_Woodland/alchemist.txt index 8ce50f06..f6067d39 100644 --- a/npc/011-1_Woodland/alchemist.txt +++ b/npc/011-1_Woodland/alchemist.txt @@ -97,7 +97,7 @@ L_certain_condition: set @menuitems$[@c], "Can you make sulphur powder?"; set @menuID[@c], @CHOICE_SULPHUR; set @c, @c + 1; -L_post_sulphur_option; +L_post_sulphur_option: if (@Q_status == @SETZER_INITIAL) goto L_main_menu; |