summaryrefslogtreecommitdiff
path: root/world/map/npc/027-1/crypt.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/027-1/crypt.txt')
-rw-r--r--world/map/npc/027-1/crypt.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/world/map/npc/027-1/crypt.txt b/world/map/npc/027-1/crypt.txt
deleted file mode 100644
index 2a67ff24..00000000
--- a/world/map/npc/027-1/crypt.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-027-1,28,67,0|script|#CryptEntrance|45,0,0
-{
- if (BaseLevel < 60)
- goto L_Weak;
- warp "027-2", 36, 110;
- end;
-
-L_Weak:
- message strcharinfo(0), "Come back when you're a bit more experienced.";
- end;
-}