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.txt17
1 files changed, 14 insertions, 3 deletions
diff --git a/npc/006-6/all.txt b/npc/006-6/all.txt
index 50a40781f..41ec7b611 100644
--- a/npc/006-6/all.txt
+++ b/npc/006-6/all.txt
@@ -3,7 +3,7 @@
// Jesusalva
006-6,53,36,0 script Sign#0066WR NPC_SWORDS_SIGN,{
- mesc l("West Room closed for repairs");
+ mesc l("In a blood bath, survival is the epitaph.");
close;
OnInit:
@@ -33,17 +33,28 @@ OnInit:
}
// Effective warps
-006-6,40,35,0 script Magic Barrier#0067 NPC_HIDDEN,0,0,{
+006-6,40,35,0 script Magic Barrier#0067E NPC_HIDDEN,0,0,{
end;
OnTouch:
- if (!$@ICICLE_CHALLENGE)
+ if (!$@ICICLE_CHALLENGE || is_admin())
warp "006-7", 44, 49;
else
dispbottom l("Your strength is not enough to power on this portal.");
end;
}
+// Effective warps
+006-6,54,35,0 script Magic Barrier#0067W NPC_HIDDEN,0,0,{
+ end;
+
+OnTouch:
+ if (!$@SURVIVAL_CANDOR || is_admin())
+ warp "006-9", 37, 22;
+ else
+ dispbottom l("Your strength is not enough to power on this portal.");
+ end;
+}