diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-03-28 19:12:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-03-28 19:12:41 -0300 |
commit | acfc817d2e626f6dadd9082d2fc27c60adf69b2b (patch) | |
tree | 71d7374aa9488e7f57e204bfd1c6094ad99149cf /npc | |
parent | 760cc4607e3998d820884497e5089963bc430e18 (diff) | |
download | serverdata-acfc817d2e626f6dadd9082d2fc27c60adf69b2b.tar.gz serverdata-acfc817d2e626f6dadd9082d2fc27c60adf69b2b.tar.bz2 serverdata-acfc817d2e626f6dadd9082d2fc27c60adf69b2b.tar.xz serverdata-acfc817d2e626f6dadd9082d2fc27c60adf69b2b.zip |
Injuried Mouboo: Add an extra dialog line
Diffstat (limited to 'npc')
-rw-r--r-- | npc/014-2/mouboo.txt | 5 |
1 files changed, 4 insertions, 1 deletions
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: |