From 0f3e50a8615d8f6fce5544c4a34d63b5b7830ad4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 16 Dec 2018 17:22:47 -0200 Subject: Fix more bugs at Injuried Mouboo --- npc/014-2/mouboo.txt | 4 +++- 1 file changed, 3 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 8a0b012d0..31420785a 100644 --- a/npc/014-2/mouboo.txt +++ b/npc/014-2/mouboo.txt @@ -91,6 +91,7 @@ L_Begin: else setq2 HurnscaldQuest_InjuriedMouboo, .@q2+((@min+@max)/10); + .@q2=getq2(HurnscaldQuest_InjuriedMouboo); if (.@q2 > 1000) { mesc l("This will be remembered."), 6; setq HurnscaldQuest_InjuriedMouboo, 2; @@ -124,8 +125,9 @@ L_Begin: else mesq l("Ma... Magical Re... Re-ref... Reflection."); setq2 HurnscaldQuest_InjuriedMouboo, .@q2-(.@atk/10); + .@q2=getq2(HurnscaldQuest_InjuriedMouboo); - if (.@q2 > 1000) { + if (.@q2 <= 0) { mesq l("The... Mou... Boo... Taur..."); mesq l("Is... Dan... Ger... Ous..."); mesq l("...Help... Me..."); -- cgit v1.2.3-60-g2f50