diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/shop.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt index 20dc8f2ab..56f386f37 100644 --- a/npc/003-1/shop.txt +++ b/npc/003-1/shop.txt @@ -13,6 +13,7 @@ OnInit: sellitem TrainingAmmoBox, -1, rand(2,5); sellitem ArrowAmmoBox, -1, rand(2,4); sellitem Arrow, -1, 30000; + sellitem TreasureMap, 600, 1; sellitem DesertHat, -1, 8; sellitem SilkRobe, -1, 1; sellitem CottonCloth, -1, 2; @@ -35,6 +36,7 @@ OnClock0000: restoreshopitem TrainingAmmoBox, rand(2,5); restoreshopitem ArrowAmmoBox, rand(2,4); restoreshopitem Arrow, rand(10000,30000); + restoreshopitem TreasureMap, 600, 1; restoreshopitem DesertHat, 8; restoreshopitem SilkRobe, 1; restoreshopitem CottonCloth, 2; |