From 4a82e777ffe2fb5d7c82d173324aee042c00cd2a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 22 Dec 2022 12:59:02 -0300 Subject: Fix typo in Galimatia...? --- npc/014-1/galimatia.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 { -- cgit v1.2.3-60-g2f50