diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-03-28 19:16:48 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-03-28 19:16:48 -0300 |
commit | 1c4d71d8ef8da35d576415093ef839df4829f9e5 (patch) | |
tree | 21a04221da01d314563d71d2f93e0e93171ed2ad | |
parent | acfc817d2e626f6dadd9082d2fc27c60adf69b2b (diff) | |
download | serverdata-1c4d71d8ef8da35d576415093ef839df4829f9e5.tar.gz serverdata-1c4d71d8ef8da35d576415093ef839df4829f9e5.tar.bz2 serverdata-1c4d71d8ef8da35d576415093ef839df4829f9e5.tar.xz serverdata-1c4d71d8ef8da35d576415093ef839df4829f9e5.zip |
If another Micksha shows up and tries to solve curse before healing - prevent
them from doing so.
-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; |