From 29b702bbb4c47cd14fab877e7966458123831dd2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 18 Mar 2019 21:22:36 -0300 Subject: Don't allow Sewer Water on Injuried Mouboo with a reaction --- npc/014-2/mouboo.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'npc') diff --git a/npc/014-2/mouboo.txt b/npc/014-2/mouboo.txt index 345e90f77..114504667 100644 --- a/npc/014-2/mouboo.txt +++ b/npc/014-2/mouboo.txt @@ -72,13 +72,19 @@ L_Begin: mesc l("You give up."); close; } + + // Bad healing items if (.@id == MoubooSteak) { mesc l("Uhm, this seems like a bad idea."); close; } else if (.@id == DeathPenalty) { mesc l("Uhm, that's an... @@. Do you... want to grow a tree on the mouboo or something? Can't you think on something else?", getitemlink(DeathPenalty)); close; + } else if (.@id == BottleOfSewerWater) { + mesc l("Uhm... I thought you were trying to heal the mouboo. Why are you giving it poisonous stuff?!"); + close; } + mesc l("Really give your @@ to the Mouboo?", getitemlink(.@id)), 1; mesc l("The item will be lost forever."); next; -- cgit v1.2.3-60-g2f50