summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2012-02-01 14:32:55 +0100
committerJessica Tölke <jtoelke@mail.upb.de>2012-02-01 21:36:04 +0100
commit56002cde0922fbf921be7fe3d6e44b095cfdc2c8 (patch)
tree547e7fc3dcfd55b157a9e4c72e992764a8490f96
parent076a4d2cc894c610eeaec58bdce485a5e9cc398c (diff)
downloadserverdata-56002cde0922fbf921be7fe3d6e44b095cfdc2c8.tar.gz
serverdata-56002cde0922fbf921be7fe3d6e44b095cfdc2c8.tar.bz2
serverdata-56002cde0922fbf921be7fe3d6e44b095cfdc2c8.tar.xz
serverdata-56002cde0922fbf921be7fe3d6e44b095cfdc2c8.zip
Barbarians: Kimarr offers the record list also before doing the hunting and comments when the player dies.
-rw-r--r--world/map/npc/033-1/kimarr.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/npc/033-1/kimarr.txt b/world/map/npc/033-1/kimarr.txt
index 6e4a12ba..8cb3a172 100644
--- a/world/map/npc/033-1/kimarr.txt
+++ b/world/map/npc/033-1/kimarr.txt
@@ -90,6 +90,7 @@ L_Ask:
menu
"Yeah, let's start!",L_Game,
"Could you explain again?",L_Explain_Game,
+ "Can you tell me who were the most successful Fluffy hunters?",L_ShowRecord,
"Maybe later.",-;
goto L_Close;
@@ -223,6 +224,7 @@ OnTooMany:
L_Died:
warp "033-1.gat", 77, 34;
message strcharinfo(0), "You are dead.";
+ npctalk "Oh no! " + $@Fluffy_Fighter$ + " got overwhelmed!";
callsub S_Clean;
end;