summaryrefslogtreecommitdiff
path: root/npc/034-4
diff options
context:
space:
mode:
Diffstat (limited to 'npc/034-4')
-rw-r--r--npc/034-4/intro.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/npc/034-4/intro.txt b/npc/034-4/intro.txt
index cf5ff2d23..221b72ea6 100644
--- a/npc/034-4/intro.txt
+++ b/npc/034-4/intro.txt
@@ -59,13 +59,19 @@ OnTimer16500:
unittalk(.luvia, "...Yes, I'll put all of you to sleep... PERMANENTLY! Hahahaha!");
.@pi = getmapusers(.mp$) + 2;
areamonster(.mp$, 45, 40, 54, 45, strmobinfo(1, Scar), Scar, .@pi / 2);
+ setunitdata(.luvia, UDT_MODE, MD_BOSS|MD_PLANT|MD_NOKNOCKBACK|MD_CANMOVE);
+ unitwalk(.luvia, 51, 45);
+ end;
+
+OnTimer18000:
+ unitwalk(.luvia, 51, 38);
end;
OnTimer20000:
.@pi = getmapusers(.mp$) + 1;
areamonster(.mp$, 45, 40, 54, 45, strmobinfo(1, Scar), Scar, .@pi);
unittalk(.luvia, "HAHAHahahaha!");
- unitwalk(.luvia, 51, 38);
+ unitwalk(.luvia, 50, 34);
end;
OnTimer24000: