summaryrefslogtreecommitdiff
path: root/npc/012-1_Woodland_Hills/injured-mouboo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-1_Woodland_Hills/injured-mouboo.txt')
-rw-r--r--npc/012-1_Woodland_Hills/injured-mouboo.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/npc/012-1_Woodland_Hills/injured-mouboo.txt b/npc/012-1_Woodland_Hills/injured-mouboo.txt
index ae203a9a..4adbca98 100644
--- a/npc/012-1_Woodland_Hills/injured-mouboo.txt
+++ b/npc/012-1_Woodland_Hills/injured-mouboo.txt
@@ -33,7 +33,6 @@ function script QuestMoubooHeal {
L_nothing:
mes "Your spell has no effect.";
- next;
close;
S_update_var:
@@ -201,25 +200,20 @@ L_dead:
set @Q_status, @STATE_TOOK_KILL_REWARD;
callsub S_update_var;
-
- next;
close;
L_took_reward:
mes "[Dead Mouboo]";
mes "You see a dead mouboo.";
- next;
close;
L_nopickup:
mes "Unfortunately, you can't carry any more.";
- next;
close;
L_healed:
mes "[Mouboo]";
mes "The mouboo is sleeping soundly, smiling in its dreams.";
- next;
close;
S_update_var: