diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-09 18:36:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-09 18:36:36 -0300 |
commit | 79acfe6717b9d13b789927b2442e77312444f48a (patch) | |
tree | ef94a9e624d06e9e1e0e86c118adc5281d95149d /npc/014-2 | |
parent | 610fd448ec12776219f7f5e21b6f31ce1694475d (diff) | |
download | serverdata-79acfe6717b9d13b789927b2442e77312444f48a.tar.gz serverdata-79acfe6717b9d13b789927b2442e77312444f48a.tar.bz2 serverdata-79acfe6717b9d13b789927b2442e77312444f48a.tar.xz serverdata-79acfe6717b9d13b789927b2442e77312444f48a.zip |
Pooh's Quest, to celebrate Pooh becoming Public Domain.
Diffstat (limited to 'npc/014-2')
-rw-r--r-- | npc/014-2/mouboo.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/014-2/mouboo.txt b/npc/014-2/mouboo.txt index 8f116ea52..4fa203bc1 100644 --- a/npc/014-2/mouboo.txt +++ b/npc/014-2/mouboo.txt @@ -66,6 +66,8 @@ L_Begin: mesc l("Wise choice! But can you really part with it? Better think on something else!"); else if (.@id == MoubooHat || .@id == AlphaMoubooHat) mesc l("...I don't think giving it this hat will really help..."); + else if (.@id == DeathPotion || .@id == NymphPoison) + mesc l("...Are you crazy?"); else if (getiteminfo(.@id, ITEMINFO_TYPE) != IT_HEALING) mesc l("This is not a healing item."); else |