diff options
Diffstat (limited to 'npc/014-2/mouboo.txt')
-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 |