diff options
-rw-r--r-- | npc/009-1/teleporter.txt | 6 | ||||
-rw-r--r-- | npc/018-5/teleporter.txt | 6 | ||||
-rw-r--r-- | npc/024-1/teleporter.txt | 6 |
3 files changed, 9 insertions, 9 deletions
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: |