diff options
Diffstat (limited to 'npc/cave1/miners.txt')
-rw-r--r-- | npc/cave1/miners.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/cave1/miners.txt b/npc/cave1/miners.txt index 0e6ed68d..30231f82 100644 --- a/npc/cave1/miners.txt +++ b/npc/cave1/miners.txt @@ -1,14 +1,14 @@ -new_2-1.gat,35,35,6 script Miner 109,{ - mes "[Miner]"; +new_2-1.gat,35,35,6 script Nathan 109,{ + mes "[Nathan the Miner]"; mes "It's very dangerous in here"; mes "Be careful"; close; } -new_1-1.gat,19,99,0 shop CaveShop 109,525:800,531:3000,530:8000,1199:2 +new_1-1.gat,19,99,0 shop Ishyah 109,525:800,531:3000,530:8000,1199:2 -new_5-1.gat,32,94,6 script Lift 109,{ - mes "[Miner]"; +new_5-1.gat,32,94,6 script Naem 109,{ + mes "[Naem the Miner]"; mes "Do you want me to lift you to the upper level?"; next; menu @@ -23,8 +23,8 @@ notyet: close; } -new_2-1.gat,85,97,6 script LiftDown 109,{ - mes "[Miner]"; +new_2-1.gat,85,97,6 script Naem 109,{ + mes "[Naem the Miner]"; mes "We discovered an underground palace"; mes "Do you want me to let you in?"; next; |