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 +++--- npc/018-5/teleporter.txt | 6 +++--- npc/024-1/teleporter.txt | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'npc') 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: diff --git a/npc/018-5/teleporter.txt b/npc/018-5/teleporter.txt index 542aee62e..8a3dcdaff 100644 --- a/npc/018-5/teleporter.txt +++ b/npc/018-5/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: diff --git a/npc/024-1/teleporter.txt b/npc/024-1/teleporter.txt index e1724b89e..b24fb50fd 100644 --- a/npc/024-1/teleporter.txt +++ b/npc/024-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 2: -- cgit v1.2.3-60-g2f50