diff options
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/npc/033-1/kimarr.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/033-1/kimarr.txt b/world/map/npc/033-1/kimarr.txt index 5c036326..308261d6 100644 --- a/world/map/npc/033-1/kimarr.txt +++ b/world/map/npc/033-1/kimarr.txt @@ -100,7 +100,7 @@ L_Ask: L_AlreadyGotReward: callsub S_Clean; - mes "Once again you prove you are worth as a hunter, " + strcharinfo(0); + mes "Once again you prove you are worth as a hunter, " + strcharinfo(0) + "."; goto L_Close; L_Reward1: @@ -221,8 +221,8 @@ L_GotOut: OnTooMany: if (getcharid(3) == $@Fluffy_FighterID) end; - warp "033-1.gat", 77, 34; npctalk "Hey " + strcharinfo(0) + "! What are you doing there? This hunt is for " + $@Fluffy_Fighter$ + " alone!"; + warp "033-1.gat", 77, 34; end; L_Died: |