diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-17 23:19:20 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-17 23:19:20 -0200 |
commit | 5d928be40bf8c6238a66bc0a2ffdac9c0b953d04 (patch) | |
tree | 4d62e87c2ad14dfff930813a518bf166f24c1fbb /npc | |
parent | e882877191d63752907f07cf6fa1406ac33092fc (diff) | |
download | serverdata-5d928be40bf8c6238a66bc0a2ffdac9c0b953d04.tar.gz serverdata-5d928be40bf8c6238a66bc0a2ffdac9c0b953d04.tar.bz2 serverdata-5d928be40bf8c6238a66bc0a2ffdac9c0b953d04.tar.xz serverdata-5d928be40bf8c6238a66bc0a2ffdac9c0b953d04.zip |
[skip ci] actually, Tulimshar sailors give a [Dagger], not a [Sharp Knife]
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/sailors.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/sailors.txt b/npc/003-1/sailors.txt index c1fe91529..c0077f378 100644 --- a/npc/003-1/sailors.txt +++ b/npc/003-1/sailors.txt @@ -81,7 +81,7 @@ L_Report: mesq l("That's just a friendly advise. That's how things works around here."); close; } - inventoryplace SharpKnife, 1, CottonShirt, 1; + inventoryplace Dagger, 1, CottonShirt, 1; delitem FishBox, 3; // 7.500 GP → 3.750 GP delitem CroconutBox, 4; // 12.000 GP → 10.600~11.800 GP delitem CottonCloth, 10; // 2.000 GP @@ -94,7 +94,7 @@ L_Report: mesq lg("Many thanks, your help has been invaluable. We're now capable to travel at ease."); next; mesn; - mesq l("Take care. Here, take this @@. You can sell it for some quick-spot cash, or use it as a weapon.", getitemlink(SharpKnife)); + mesq l("Take care. Here, take this @@. You can sell it for some quick-spot cash, or use it as a weapon.", getitemlink(Dagger)); close; OnInit: |