From ae194001586f5cc7dc680f56a1aed5c453c7e72d Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 19 Aug 2013 20:06:30 -0700 Subject: Give every NPC a unique name --- world/map/npc/027-2/door.txt | 3 ++- world/map/npc/027-2/gy_inn_shops.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'world/map/npc/027-2') diff --git a/world/map/npc/027-2/door.txt b/world/map/npc/027-2/door.txt index 8c0c54cc..08513582 100644 --- a/world/map/npc/027-2/door.txt +++ b/world/map/npc/027-2/door.txt @@ -15,7 +15,8 @@ L_Warp: end; } -027-2.gat,26,99,0|script|#DoorOut|45,1,1, +// TODO replace this with a plain warp +027-2.gat,26,99,0|script|#DoorOut-gyinn|45,1,1, { warp "027-2.gat", 23, 98; end; diff --git a/world/map/npc/027-2/gy_inn_shops.txt b/world/map/npc/027-2/gy_inn_shops.txt index 15ec2292..da1c3c57 100644 --- a/world/map/npc/027-2/gy_inn_shops.txt +++ b/world/map/npc/027-2/gy_inn_shops.txt @@ -7,7 +7,7 @@ // banker: function -027-2.gat,75,22,0|shop|Chef|300,ZombieNachos :-1,LadyFingers :-1,JellAhh :-1,Snapple :-1 +027-2.gat,75,22,0|shop|Chef#graveyard|300,ZombieNachos :-1,LadyFingers :-1,JellAhh :-1,Snapple :-1 027-2.gat,90,36,0|shop|Estrilda|301,BeetleJuice :-1,GutBuster :-1,BloodWine :-1 027-2.gat,93,22,0|shop|Umfrey|302,BoneArrows :-1,ShockSweet :-1 027-2.gat,56,99,0|shop|Leofwin|304,CactusDrink :-1,CactusPotion :-1,BugLeg :-1,SmallMushroom :-1,IronPotion :-1,ConcentrationPotion :-1,HardSpike :-1,DarkCrystal :-1,Root :-1,WispPowder :-1,SpectrePowder :-1,PoltergeistPowder :-1 -- cgit v1.2.3-60-g2f50