diff options
Diffstat (limited to 'npc/003-1')
-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 18b4ce703..eaf8c1be6 100644 --- a/npc/003-1/shop.txt +++ b/npc/003-1/shop.txt @@ -8,6 +8,7 @@ OnInit: tradertype(NST_MARKET); sellitem YellowDye, -1, 2; + sellitem RoundLeatherShield, -1, 2; sellitem Knife, -1, 5; sellitem TrainingAmmoBox, -1, rand(2,5); sellitem ArrowAmmoBox, -1, rand(2,4); @@ -29,6 +30,7 @@ OnClock1210: OnClock1757: OnClock0000: restoreshopitem YellowDye, -1, 2; + restoreshopitem RoundLeatherShield, -1, 2; restoreshopitem Knife, -1, 5; restoreshopitem TrainingAmmoBox, rand(2,5); restoreshopitem ArrowAmmoBox, rand(2,4); |