diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/014-2/mouboo.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/014-2/mouboo.txt b/npc/014-2/mouboo.txt index 47fbe9b17..2ed7f1b83 100644 --- a/npc/014-2/mouboo.txt +++ b/npc/014-2/mouboo.txt @@ -124,6 +124,7 @@ L_Begin: mesc l("The mouboo still looks terrible, but you can see a small difference."); } else { + // Mouboo begins at 100 HP, so this should never happen mesc l("Barely any difference, maybe I should use better healing items on it."); } } @@ -196,6 +197,9 @@ L_Healed: mesc l("There's no change in the Mouboo condition."); next; mesc l("Maybe Hurnscald alchemist, Wyara, could explain why."); + } else { + mesc l("Coffee is good, why the Mouboo don't want it?"); + mesc l("Maybe someone in Hurnscald can help me?"); } } } |