diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-12-22 12:59:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-12-22 12:59:02 -0300 |
commit | 4a82e777ffe2fb5d7c82d173324aee042c00cd2a (patch) | |
tree | 34281f41241c2e290d99fa9982c2a530f886a345 /npc/014-1 | |
parent | 8367bcffa7c0312924ff4551b5e594b674ff7ee4 (diff) | |
download | serverdata-4a82e777ffe2fb5d7c82d173324aee042c00cd2a.tar.gz serverdata-4a82e777ffe2fb5d7c82d173324aee042c00cd2a.tar.bz2 serverdata-4a82e777ffe2fb5d7c82d173324aee042c00cd2a.tar.xz serverdata-4a82e777ffe2fb5d7c82d173324aee042c00cd2a.zip |
Fix typo in Galimatia...?
Diffstat (limited to 'npc/014-1')
-rw-r--r-- | npc/014-1/galimatia.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/014-1/galimatia.txt b/npc/014-1/galimatia.txt index 745a2ec5c..a889b0d36 100644 --- a/npc/014-1/galimatia.txt +++ b/npc/014-1/galimatia.txt @@ -12,7 +12,8 @@ next; mesn; mesq l("I can also pay %d GP per %s.", .price, getitemlink(Honey)); - if (countitem(BeeStinger)) mesc l("But if you bring me %d %s and %d %s and %s GP, I can give you a %s!", 20, getitemlink(BeeStinger), 10, getitemlink(Honey), fnum(3500)); + if (countitem(BeeStinger)) + mesc l("But if you bring me %d %s and %d %s and %s GP, I can give you a %s!", 20, getitemlink(BeeStinger), 10, getitemlink(Honey), fnum(3500), getitemlink(BeeKeeperHat)); next; do { |