summaryrefslogtreecommitdiff
path: root/world/map/npc/009-2
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2015-02-16 21:00:21 -0600
committerwushin <pasekei@gmail.com>2015-02-19 23:02:12 -0600
commit9a0b536324d87107a6ca31f47facb804d70c0d30 (patch)
treec233699e692bfb0d71d2838b06d23ed8ad28dfd8 /world/map/npc/009-2
parentd64e30a251b85ea68fcc955427856bdd4824bf33 (diff)
downloadserverdata-9a0b536324d87107a6ca31f47facb804d70c0d30.tar.gz
serverdata-9a0b536324d87107a6ca31f47facb804d70c0d30.tar.bz2
serverdata-9a0b536324d87107a6ca31f47facb804d70c0d30.tar.xz
serverdata-9a0b536324d87107a6ca31f47facb804d70c0d30.zip
Clean up script
Diffstat (limited to 'world/map/npc/009-2')
-rw-r--r--world/map/npc/009-2/kfahr.txt8
1 files changed, 4 insertions, 4 deletions
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;