diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-03-28 19:20:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-03-28 19:20:26 -0300 |
commit | 45f9afaeb78fd7fbf314143963415df9b2ed7949 (patch) | |
tree | ad2fb00f16f71f26b0aec28447b7f7c090cfbd82 /npc/014-2 | |
parent | 1c4d71d8ef8da35d576415093ef839df4829f9e5 (diff) | |
download | serverdata-45f9afaeb78fd7fbf314143963415df9b2ed7949.tar.gz serverdata-45f9afaeb78fd7fbf314143963415df9b2ed7949.tar.bz2 serverdata-45f9afaeb78fd7fbf314143963415df9b2ed7949.tar.xz serverdata-45f9afaeb78fd7fbf314143963415df9b2ed7949.zip |
Injuried Mouboo: Be more clear about what players are expected to do
Thanks Micksha
Diffstat (limited to 'npc/014-2')
-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?"); } } } |