summaryrefslogtreecommitdiff
path: root/npc/009-2_Hurnscald/kfahr.txt
diff options
context:
space:
mode:
authorMaximilian Philipps <Turmfalke2007@web.de>2009-07-19 17:22:57 +0200
committerJared Adams <jaxad0127@gmail.com>2009-07-20 18:00:26 -0600
commitf31497688ec199d06f04d137ada8879fa1b419cc (patch)
tree2a4d42d147b9a826059188b2e72c7a2c62e2ce92 /npc/009-2_Hurnscald/kfahr.txt
parentea7661d8046b5b6d7ce0199546fe1e5331f5ac18 (diff)
downloadserverdata-f31497688ec199d06f04d137ada8879fa1b419cc.tar.gz
serverdata-f31497688ec199d06f04d137ada8879fa1b419cc.tar.bz2
serverdata-f31497688ec199d06f04d137ada8879fa1b419cc.tar.xz
serverdata-f31497688ec199d06f04d137ada8879fa1b419cc.zip
removes next; when followed by a close;
Diffstat (limited to 'npc/009-2_Hurnscald/kfahr.txt')
-rw-r--r--npc/009-2_Hurnscald/kfahr.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/npc/009-2_Hurnscald/kfahr.txt b/npc/009-2_Hurnscald/kfahr.txt
index ba6cc02b..3806c10e 100644
--- a/npc/009-2_Hurnscald/kfahr.txt
+++ b/npc/009-2_Hurnscald/kfahr.txt
@@ -839,7 +839,6 @@ L_knife_quest_missing_stingers:
mes "You will need " + (@BLACK_STINGERS_NR - (countitem ("BlackScorpionStinger"))) + " more of those.\"";
if (countitem("BlackScorpionStinger") == 0)
mes "You didn't bring even a single one!\"";
- next;
close;
L_knife_quest_missing_stingers_2:
@@ -849,7 +848,6 @@ L_knife_quest_missing_stingers_2:
mes "You will need " + (@BLACK_STINGERS_NR - (countitem ("BlackScorpionStinger"))) + " more of those.\"";
if (countitem("BlackScorpionStinger") == 0)
mes "You didn't bring even a single one!\"";
- next;
close;
L_knife_quest_missing_mushrooms:
@@ -859,7 +857,6 @@ L_knife_quest_missing_mushrooms:
mes "You will need " + (@MUSHROOMS_NR - (countitem ("SmallMushroom"))) + " more of those.\"";
if (countitem("SmallMushroom") == 0)
mes "You didn't bring me even a single little mushroom!\"";
- next;
close;
L_knife_quest_missing_mushrooms_2:
@@ -869,7 +866,6 @@ L_knife_quest_missing_mushrooms_2:
mes "You will need " + (@MUSHROOMS_NR - (countitem ("SmallMushroom"))) + " more of those.\"";
if (countitem("SmallMushroom") == 0)
mes "You didn't bring me even a single little mushroom!\"";
- next;
close;
L_stinger_quest_check:
@@ -913,7 +909,6 @@ L_snakeskins_missing:
mes "You will need " + (@SNAKE_SKINS_NR - (countitem ("SnakeSkin"))) + " more of those.\"";
if (countitem("SnakeSkin") == 0)
mes "You didn't bring even a single skin!\"";
- next;
close;
L_SnakeSkins_TooMany: