summaryrefslogtreecommitdiff
path: root/npc/006-6/all.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/006-6/all.txt')
-rw-r--r--npc/006-6/all.txt15
1 files changed, 13 insertions, 2 deletions
diff --git a/npc/006-6/all.txt b/npc/006-6/all.txt
index 41ec7b611..5ccc988d1 100644
--- a/npc/006-6/all.txt
+++ b/npc/006-6/all.txt
@@ -33,7 +33,7 @@ OnInit:
}
// Effective warps
-006-6,40,35,0 script Magic Barrier#0067E NPC_HIDDEN,0,0,{
+006-6,40,35,0 script Magic Barrier#0067W NPC_HIDDEN,0,0,{
end;
OnTouch:
@@ -45,7 +45,7 @@ OnTouch:
}
// Effective warps
-006-6,54,35,0 script Magic Barrier#0067W NPC_HIDDEN,0,0,{
+006-6,54,35,0 script Magic Barrier#0067E NPC_HIDDEN,0,0,{
end;
OnTouch:
@@ -57,4 +57,15 @@ OnTouch:
}
+// Effective warps
+006-6,47,33,0 script Magic Barrier#0067C NPC_HIDDEN,0,0,{
+ end;
+
+OnTouch:
+ if (!$@CAPTURE_FLAG || is_admin())
+ warp "006-8", 44, 67;
+ else
+ dispbottom l("Your strength is not enough to power on this portal.");
+ end;
+}