summaryrefslogtreecommitdiff
path: root/npc/014-2/mouboo.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-18 21:18:59 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-18 21:18:59 -0300
commit1dbd7a6a0d494b35f193a65abb8a4c65be6e1be9 (patch)
treecf0e73c2bb71c43d4b9aa20f2e11468d1d2d0f56 /npc/014-2/mouboo.txt
parentc17aa142fe01bbbf8659802d8977552f05464bae (diff)
downloadserverdata-1dbd7a6a0d494b35f193a65abb8a4c65be6e1be9.tar.gz
serverdata-1dbd7a6a0d494b35f193a65abb8a4c65be6e1be9.tar.bz2
serverdata-1dbd7a6a0d494b35f193a65abb8a4c65be6e1be9.tar.xz
serverdata-1dbd7a6a0d494b35f193a65abb8a4c65be6e1be9.zip
Reorder Injuried Mouboo
Diffstat (limited to 'npc/014-2/mouboo.txt')
-rw-r--r--npc/014-2/mouboo.txt8
1 files changed, 4 insertions, 4 deletions
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();