summaryrefslogtreecommitdiff
path: root/npc/024-1/teleporter.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/024-1/teleporter.txt')
-rw-r--r--npc/024-1/teleporter.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/024-1/teleporter.txt b/npc/024-1/teleporter.txt
index 1e29472a1..e1724b89e 100644
--- a/npc/024-1/teleporter.txt
+++ b/npc/024-1/teleporter.txt
@@ -25,6 +25,7 @@ OnTouch:
select
rif(TELEPORTERS & TP_FROST && 0, l("Frostia")),
rif(TELEPORTERS & TP_HALIN, l("Halinarzo")),
+ rif(TELEPORTERS & TP_LILIT, l("Lilit")),
rif(TELEPORTERS & TP_TULIM, l("Tulimshar")),
rif(TELEPORTERS & TP_HURNS, l("Hurnscald")),
rif(TELEPORTERS & TP_NIVAL, l("Nivalis")),
@@ -40,8 +41,10 @@ OnTouch:
case 2:
warp "009-1", 113, 91; break;
case 3:
- warp "003-1", any(40, 41), 49; break;
+ warp "018-5", any(89, 90), 45; break;
case 4:
+ warp "003-1", any(40, 41), 49; break;
+ case 5:
warp "012-1", any(86, 87), any(69, 70); break;
default:
close;