diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-17 00:24:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-17 00:24:42 -0300 |
commit | 4bde6d4604086913339d06763cc08cfa0b170473 (patch) | |
tree | 0efddb50443f89677104c911ad3790782c7f605b /npc/024-1/teleporter.txt | |
parent | 30d1e2f579d4b0c720ab68d82edad204cda7b85b (diff) | |
download | serverdata-4bde6d4604086913339d06763cc08cfa0b170473.tar.gz serverdata-4bde6d4604086913339d06763cc08cfa0b170473.tar.bz2 serverdata-4bde6d4604086913339d06763cc08cfa0b170473.tar.xz serverdata-4bde6d4604086913339d06763cc08cfa0b170473.zip |
Add Lilit to Anise Inc. Teleporters
Diffstat (limited to 'npc/024-1/teleporter.txt')
-rw-r--r-- | npc/024-1/teleporter.txt | 5 |
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; |