summaryrefslogtreecommitdiff
path: root/npc/031-4_Cave/barrier.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/031-4_Cave/barrier.txt')
-rw-r--r--npc/031-4_Cave/barrier.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/npc/031-4_Cave/barrier.txt b/npc/031-4_Cave/barrier.txt
deleted file mode 100644
index e8b4a5ac..00000000
--- a/npc/031-4_Cave/barrier.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-031-4.gat,40,71,0 script #YetiBarrier 127,1,1,{
- if ($@FIGHT_YETI_STATUS == 1) goto L_Block;
- warp "031-3.gat", 46, 27;
- end;
-L_Block:
- message strcharinfo(0), "A force field seems to be blocking you from exiting.";
- end;
-}