From 9a0b536324d87107a6ca31f47facb804d70c0d30 Mon Sep 17 00:00:00 2001 From: wushin Date: Mon, 16 Feb 2015 21:00:21 -0600 Subject: Clean up script --- world/map/npc/009-2/kfahr.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'world/map/npc/009-2/kfahr.txt') diff --git a/world/map/npc/009-2/kfahr.txt b/world/map/npc/009-2/kfahr.txt index 5e74a481..d5da641a 100644 --- a/world/map/npc/009-2/kfahr.txt +++ b/world/map/npc/009-2/kfahr.txt @@ -41,7 +41,7 @@ set @Q_needs_stinger, ((QUEST_Forestbow_state & NIBBLE_3_MASK) >> NIBBLE_3_SHIFT) > 1; - if (@Q_status == @QS_KNIFE_QUEST) goto L_check; + if (@Q_status == @QS_KNIFE_QUEST) goto L_Check; if (@Q_status == @QS_STINGER_QUEST) goto L_stinger_check; @@ -637,7 +637,7 @@ L_bone_tooweak: next; goto L_main_menu; -L_check: +L_Check: mes "[Kfahr the Warrior]"; mes "Kfahr eyes you with unconcealed amusement."; mes "\"Welcome back! Did you bring me the things I asked for?\""; @@ -849,7 +849,7 @@ L_Next2: mes "[Kfahr the Warrior]"; mes "\"A golden scorpion stinger? Those are rare and valuable, I hope that you know that!\""; if (BaseLevel < 60) - goto L_too_lowlevel_for_stinger; + goto L_lowlvl_for_stinger; if (@Q_status < @QS_KNIFE_QUEST) goto L_golden_requires_quest; if (@Q_status < @QS_KNIFE_QUEST_DONE) @@ -887,7 +887,7 @@ L_wrestle_explain: next; goto L_gs_wrestle_intro; -L_too_lowlevel_for_stinger: +L_lowlvl_for_stinger: mes "\"Well, I have one, but I can't just give it to anyone. Maybe if you train a little and become a worthy warrior I will consider giving it away...\""; next; goto L_main_menu; -- cgit v1.2.3-60-g2f50