From a89e7a98d00a53cb1352936639137aa44387b848 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 9 May 2019 11:38:16 -0300 Subject: [skip ci] make easier to finish off the Injuried Mouboo --- npc/014-2/mouboo.txt | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'npc/014-2/mouboo.txt') diff --git a/npc/014-2/mouboo.txt b/npc/014-2/mouboo.txt index 114504667..8a58edd24 100644 --- a/npc/014-2/mouboo.txt +++ b/npc/014-2/mouboo.txt @@ -123,17 +123,11 @@ L_Begin: } break; case 2: - mes "##B" + l("Drag and drop a weapon from your inventory.") + "##b"; - - .@id = requestitem(); + .@id = getequipid(EQI_HAND_R); // If ID is invalid, there's not enough items, it is bound = Cannot bury - if (.@id < 1) close; - if (.@id < 1 || countitem(.@id) < 1 || getiteminfo(.@id, ITEMINFO_TYPE) != IT_WEAPON) { - if (getiteminfo(.@id, ITEMINFO_TYPE) != IT_WEAPON) - mesc l("This is not a weapon. Wait, you don't want to explode it, right?!"); - else - mesc l("You give up."); + if (.@id < 1) { + mesc l("You are not using a weapon for a merciful (?) last blow."); close; } @@ -147,7 +141,7 @@ L_Begin: mesq l("Re-ref... Reflect."); else mesq l("Ma... Magical Re... Re-ref... Reflection."); - setq2 HurnscaldQuest_InjuriedMouboo, .@q2-(.@atk/10); + setq2 HurnscaldQuest_InjuriedMouboo, .@q2-(.@atk/5); .@q2=getq2(HurnscaldQuest_InjuriedMouboo); if (.@q2 <= 0) { -- cgit v1.2.3-60-g2f50