From acfc817d2e626f6dadd9082d2fc27c60adf69b2b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 28 Mar 2020 19:12:41 -0300 Subject: Injuried Mouboo: Add an extra dialog line --- npc/014-2/mouboo.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/014-2/mouboo.txt') diff --git a/npc/014-2/mouboo.txt b/npc/014-2/mouboo.txt index 91b4a0b31..12a859924 100644 --- a/npc/014-2/mouboo.txt +++ b/npc/014-2/mouboo.txt @@ -117,9 +117,12 @@ L_Begin: else if (.@q2 > 400) { mesc l("The mouboo looks a bit less sickly. But this is not enough."); } - if (.@q2 > 100) { + else if (.@q2 > 100) { mesc l("The mouboo still looks terrible, but you can see a small difference."); } + else { + mesc l("Barely any difference, maybe I should use better healing items on it."); + } } break; case 2: -- cgit v1.2.3-60-g2f50