diff options
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 { |