summaryrefslogtreecommitdiff
path: root/npc/000-2-2
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-2')
-rw-r--r--npc/000-2-2/doors.txt4
-rw-r--r--npc/000-2-2/ratto.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-2-2/doors.txt b/npc/000-2-2/doors.txt
index 9c46fad4..e0093c09 100644
--- a/npc/000-2-2/doors.txt
+++ b/npc/000-2-2/doors.txt
@@ -6,7 +6,7 @@
// Description:
// Doors NPCs.
-000-2-2,48,29,0 script DoorUpwards 32767,0,0,{
+000-2-2,48,29,0 script DoorUpwards NPC_HIDDEN,0,0,{
OnTouch:
if (mobcount("000-2-2.gat","all") > 0) goto L_Warn;
@@ -35,7 +35,7 @@ L_Warp:
close;
}
-000-2-2,24,31,0 script LeftDoor 32767,0,0,{
+000-2-2,24,31,0 script LeftDoor NPC_HIDDEN,0,0,{
OnTouch:
mesn "Narrator";
diff --git a/npc/000-2-2/ratto.txt b/npc/000-2-2/ratto.txt
index ef4b5a40..2ff5c572 100644
--- a/npc/000-2-2/ratto.txt
+++ b/npc/000-2-2/ratto.txt
@@ -17,7 +17,7 @@
// [8] = Shows how many seconds passed since ratto number 4 died.
// [9] = Shows how many seconds passed since the player started the quest.
-000-2-2,47,30,0 script RattosControl 32767,{
+000-2-2,47,30,0 script RattosControl NPC_HIDDEN,{
OnSpawn:
areamonster "000-2-2.gat", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl::OnRatto1Death";