summaryrefslogtreecommitdiff
path: root/npc/009-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-17 00:24:42 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-17 00:24:42 -0300
commit4bde6d4604086913339d06763cc08cfa0b170473 (patch)
tree0efddb50443f89677104c911ad3790782c7f605b /npc/009-1
parent30d1e2f579d4b0c720ab68d82edad204cda7b85b (diff)
downloadserverdata-4bde6d4604086913339d06763cc08cfa0b170473.tar.gz
serverdata-4bde6d4604086913339d06763cc08cfa0b170473.tar.bz2
serverdata-4bde6d4604086913339d06763cc08cfa0b170473.tar.xz
serverdata-4bde6d4604086913339d06763cc08cfa0b170473.zip
Add Lilit to Anise Inc. Teleporters
Diffstat (limited to 'npc/009-1')
-rw-r--r--npc/009-1/teleporter.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/009-1/teleporter.txt b/npc/009-1/teleporter.txt
index 7491b045e..fddd3922a 100644
--- a/npc/009-1/teleporter.txt
+++ b/npc/009-1/teleporter.txt
@@ -25,6 +25,7 @@ OnTouch:
select
rif(TELEPORTERS & TP_FROST, l("Frostia")),
rif(TELEPORTERS & TP_HALIN && 0, 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 1:
warp "024-1", 155, 82; 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;