From a45df4d7122c0d956fb3c4cd176c84cd5679393d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 6 Sep 2019 14:17:44 -0300 Subject: Halinarzo, Frostia and Lilit Anise Inc Teleporters now use Ash instead of Everburn --- npc/009-1/teleporter.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/009-1') diff --git a/npc/009-1/teleporter.txt b/npc/009-1/teleporter.txt index fddd3922a..27eefc46a 100644 --- a/npc/009-1/teleporter.txt +++ b/npc/009-1/teleporter.txt @@ -18,8 +18,8 @@ OnTouch: next; } mesc l("Where should I warp to?"); - mesc l("Cost: 1 @@", getitemlink(EverburnPowder)), 1; - if (!countitem(EverburnPowder)) + mesc l("Cost: 1 @@", getitemlink(PileOfAsh)), 1; + if (!countitem(PileOfAsh)) close; next; select @@ -35,7 +35,7 @@ OnTouch: l("None"); mes ""; if (@menu != 9) - delitem EverburnPowder, 1; + delitem PileOfAsh, 1; closedialog; switch (@menu) { case 1: -- cgit v1.2.3-60-g2f50