diff options
-rw-r--r-- | npc/014-2/mouboo.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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; |