diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-08 04:23:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-08 04:23:51 -0300 |
commit | b9b98d3b0aae4df04a3a6221b8ad7b4412cfc5d8 (patch) | |
tree | a6be01c130c63344a6b1cc2669b200518b25e151 /npc/012-1/guards.txt | |
parent | 2454b9a5b03a53f61402f95258c9dbeaee973628 (diff) | |
download | serverdata-b9b98d3b0aae4df04a3a6221b8ad7b4412cfc5d8.tar.gz serverdata-b9b98d3b0aae4df04a3a6221b8ad7b4412cfc5d8.tar.bz2 serverdata-b9b98d3b0aae4df04a3a6221b8ad7b4412cfc5d8.tar.xz serverdata-b9b98d3b0aae4df04a3a6221b8ad7b4412cfc5d8.zip |
Kreist: +1 job exp for every monster killed beyond requested.
Diffstat (limited to 'npc/012-1/guards.txt')
-rw-r--r-- | npc/012-1/guards.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 2a342923c..a37e1c67f 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -122,7 +122,7 @@ L_Assign: .@tea=YerbaMate; .@gift=PrismGift; .@rare=MysteriousFruit; break; } - mesc l("For being on the extended, you got:"); + mesc l("For your incredibly hard work, you got:"); mesf("* %d %s", 1, getitemlink(.@tea)); mesf("* %d %s", 1, getitemlink(.@gift)); mesf("##B* %d %s##b", 1, getitemlink(.@rare)); |