From 1dbd7a6a0d494b35f193a65abb8a4c65be6e1be9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 18 Mar 2019 21:18:59 -0300 Subject: Reorder Injuried Mouboo --- npc/014-2/mouboo.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc') diff --git a/npc/014-2/mouboo.txt b/npc/014-2/mouboo.txt index 52c2d45c7..345e90f77 100644 --- a/npc/014-2/mouboo.txt +++ b/npc/014-2/mouboo.txt @@ -34,13 +34,13 @@ L_Begin: mesc l("The Mouboo seems to be lying in pain."); next; select - l("Examine the Mouboo"), rif(.@q == 1, l("Attempt to heal the Mouboo")), rif(.@q == 1, l("Attempt to kill the Mouboo")), + l("Examine the Mouboo"), l("Leave the Mouboo alone"); mes ""; switch (@menu) { - case 1: + case 3: mesc l("The Mouboo is lying down on the grass."); mesc l("There doesn't seems to be any physical wound."); mesc l("A closer inspection suggests this mouboo has been... CURSED."); @@ -48,7 +48,7 @@ L_Begin: setq HurnscaldQuest_InjuriedMouboo, 1, 100; next; goto L_Begin; - case 2: + case 1: mes "##B" + l("Drag and drop a healing item from your inventory.") + "##b"; .@id = requestitem(); @@ -116,7 +116,7 @@ L_Begin: } } break; - case 3: + case 2: mes "##B" + l("Drag and drop a weapon from your inventory.") + "##b"; .@id = requestitem(); -- cgit v1.2.3-70-g09d2