From 4bde6d4604086913339d06763cc08cfa0b170473 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 17 Mar 2019 00:24:42 -0300 Subject: Add Lilit to Anise Inc. Teleporters --- npc/024-1/teleporter.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/024-1') 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; -- cgit v1.2.3-60-g2f50