summaryrefslogtreecommitdiff
path: root/world/map/npc/033-1/kimarr.txt
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2011-09-02 20:35:08 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2011-09-02 20:35:08 +0200
commit1ea98ade0adb103de6e0b1697b8cda116c699f01 (patch)
treef0a3574f6e6f40be8a60e62f08ad67d8b8d50fcd /world/map/npc/033-1/kimarr.txt
parent53949e6a571d3c8824962614eaa669a962cf6c49 (diff)
downloadserverdata-1ea98ade0adb103de6e0b1697b8cda116c699f01.tar.gz
serverdata-1ea98ade0adb103de6e0b1697b8cda116c699f01.tar.bz2
serverdata-1ea98ade0adb103de6e0b1697b8cda116c699f01.tar.xz
serverdata-1ea98ade0adb103de6e0b1697b8cda116c699f01.zip
barbarians: some dialogue cleanup in kimarr and fixed something in the debug npc
Diffstat (limited to 'world/map/npc/033-1/kimarr.txt')
-rw-r--r--world/map/npc/033-1/kimarr.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/world/map/npc/033-1/kimarr.txt b/world/map/npc/033-1/kimarr.txt
index ebeadacd..ee768428 100644
--- a/world/map/npc/033-1/kimarr.txt
+++ b/world/map/npc/033-1/kimarr.txt
@@ -64,8 +64,6 @@
"Sure! What shall I do?", -,
"No, I don't need to prove anything.", L_Close;
-L_Explain:
- mes "[Kimarr]";
mes "\"Every young member of our tribe proves his or her worth by hunting monsters.\"";
next;
mes "\"The first monsters to hunt are fluffies. Fluffies give a good meal for a young person and the fur can be used to make clothes and blankets.\"";
@@ -128,7 +126,7 @@ L_Reward:
if (@inventorylist_count == 100)
goto L_Full_Inv;
set @inventorylist_count, 0;
- mes "[Kimarr]";
+
mes "\"Take this as a symbol of your strength. You're a member of our tribe now.\"";
getitem "YetiSkinShirt", 1;
set @state, 3;
@@ -137,7 +135,6 @@ L_Reward:
goto L_Close;
L_Full_Inv:
- mes "[Kimarr]";
mes "\"You can't carry the reward I want to give you.\"";
goto L_Close;
@@ -213,7 +210,6 @@ L_ContinueTimer:
end;
L_GotOut:
- // TODO: this is the only use of $@Fluffy_Fighter$, can we remove it?
npctalk "What a strange thing... " + $@Fluffy_Fighter$ + " just disappeared!";
callsub S_Clean;
end;