summaryrefslogtreecommitdiff
path: root/npc/009-1/guards.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-1/guards.txt')
-rw-r--r--npc/009-1/guards.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/009-1/guards.txt b/npc/009-1/guards.txt
index 9598d4d58..52092d2d7 100644
--- a/npc/009-1/guards.txt
+++ b/npc/009-1/guards.txt
@@ -30,7 +30,7 @@ L_MKControl:
close;
L_MKSmall:
- addmapmask "009-1", 2;
+ addmapmask "009-1", MASK_MATTACK;
changemusic "009-1", "mythica.ogg";
disablenpc("Mana Stone");
$@SIEGE_HALI=0; // factor zero
@@ -42,7 +42,7 @@ L_MKSmall:
close;
L_MKMedium:
- addmapmask "009-1", 2;
+ addmapmask "009-1", MASK_MATTACK;
changemusic "009-1", "eric matyas - ghoulish fun.ogg";
disablenpc("Mana Stone");
$@SIEGE_HALI=1; // factor one
@@ -54,7 +54,7 @@ L_MKMedium:
close;
L_MKHuge:
- addmapmask "009-1", 2;
+ addmapmask "009-1", MASK_MATTACK;
changemusic "009-1", "misuse.ogg";
disablenpc("Mana Stone");
$@SIEGE_HALI=5; // factor five
@@ -178,7 +178,7 @@ OnTimer600000:
end;
OnTimer630000:
- removemapmask "009-1", 2;
+ removemapmask "009-1", MASK_MATTACK;
changemusic "009-1", "dragon_and_toast.ogg"; // Restore to default
enablenpc("Mana Stone");
$@SIEGE_HALI$=0;