diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-17 12:45:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-17 12:45:15 -0300 |
commit | 76108393abdd7ba0379cbd189f40fbe7601b4538 (patch) | |
tree | 395788b97727c6d06ad26b39b67ca735812d89b7 /npc/009-5 | |
parent | 52abb38a2c87b313adddc34080d43a1d83e4f8b4 (diff) | |
download | serverdata-76108393abdd7ba0379cbd189f40fbe7601b4538.tar.gz serverdata-76108393abdd7ba0379cbd189f40fbe7601b4538.tar.bz2 serverdata-76108393abdd7ba0379cbd189f40fbe7601b4538.tar.xz serverdata-76108393abdd7ba0379cbd189f40fbe7601b4538.zip |
Saulc didn't even use the correct check ¬.¬
Diffstat (limited to 'npc/009-5')
-rw-r--r-- | npc/009-5/joaquim.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/npc/009-5/joaquim.txt b/npc/009-5/joaquim.txt index 2a2d0b392..6b5570289 100644 --- a/npc/009-5/joaquim.txt +++ b/npc/009-5/joaquim.txt @@ -53,10 +53,7 @@ L_Complete: close; L_Finish: - mesn; - mesq l("Thanks for helping my wife! May the Mouboo watch over you! o.o"); - next; - inventoryplace ElixirOfLife, 1, IronIngot, 1; + inventoryplace ElixirOfLife, 1, MoubooPendant, 1; getitem ElixirOfLife, 1; getitem MoubooPendant, 1; getexp 39260, 75; @@ -65,7 +62,7 @@ L_Finish: mesq l("Take this spare @@ I did. It heals fully and instantly, so don't hesit to use it if you're about to die.", getitemlink(ElixirOfLife)); next; mesn; - mesq l("This costed years of work... But you deserve it. Here is, an @@. Use it wisely, many armor can be forged with it.", getitemlink(IronIngot)); + mesq l("Thanks for helping my wife! Here is, an @@. May the Mouboo watch over you! o.o", getitemlink(MoubooPendant)); close; L_DoIt: |