diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-08-27 18:05:51 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-08-27 18:05:51 -0700 |
commit | 40464b7e649d76e38fb41677190a2bade3eca52a (patch) | |
tree | 8b38a16072e7e18efaa4c226bb50ebd6895ed6d9 /world | |
parent | 21971fdba9e762401783bdbd133276d559a1b294 (diff) | |
download | serverdata-40464b7e649d76e38fb41677190a2bade3eca52a.tar.gz serverdata-40464b7e649d76e38fb41677190a2bade3eca52a.tar.bz2 serverdata-40464b7e649d76e38fb41677190a2bade3eca52a.tar.xz serverdata-40464b7e649d76e38fb41677190a2bade3eca52a.zip |
Fix talk of interfering fluffy hunters
Diffstat (limited to 'world')
-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: |