diff options
Diffstat (limited to 'npc/009-2_Hurnscald/kfahr.txt')
-rw-r--r-- | npc/009-2_Hurnscald/kfahr.txt | 5 |
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: |