From 545e83916fcf78fd82033de0bc7a11e97fa3f144 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 9 Sep 2019 17:33:00 -0300 Subject: Remove Artis and Esperia Teleporter Constants. Add LoF teleporter constant. Prepare POL_LocToTP --- npc/024-1/teleporter.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/024-1') diff --git a/npc/024-1/teleporter.txt b/npc/024-1/teleporter.txt index b24fb50fd..34595e695 100644 --- a/npc/024-1/teleporter.txt +++ b/npc/024-1/teleporter.txt @@ -29,8 +29,8 @@ OnTouch: rif(TELEPORTERS & TP_TULIM, l("Tulimshar")), rif(TELEPORTERS & TP_HURNS, l("Hurnscald")), rif(TELEPORTERS & TP_NIVAL, l("Nivalis")), - rif(TELEPORTERS & TP_ARTIS, l("Artis")), - rif(TELEPORTERS & TP_ESPER, l("Esperia")), + rif(TELEPORTERS & TP_LOF, l("Land Of Fire")), + rif(TELEPORTERS & TP_FORT, l("Fortress Island")), rif(TELEPORTERS & TP_BOSSR, l("The Monster King Fortress")), l("None"); mes ""; -- cgit v1.2.3-60-g2f50