From 1c4d71d8ef8da35d576415093ef839df4829f9e5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 28 Mar 2020 19:16:48 -0300 Subject: If another Micksha shows up and tries to solve curse before healing - prevent them from doing so. --- npc/014-2/mouboo.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'npc/014-2') diff --git a/npc/014-2/mouboo.txt b/npc/014-2/mouboo.txt index 12a859924..47fbe9b17 100644 --- a/npc/014-2/mouboo.txt +++ b/npc/014-2/mouboo.txt @@ -83,6 +83,9 @@ L_Begin: } else if (.@id == BottleOfSewerWater) { mesc l("Uhm... I thought you were trying to heal the mouboo. Why are you giving it poisonous stuff?!"); close; + } else if (.@id == Coffee) { + mesc l("Uhm, I better heal it first before trying to do anything about the curse."); + close; } mesc l("Really give your @@ to the Mouboo?", getitemlink(.@id)), 1; -- cgit v1.2.3-70-g09d2