summaryrefslogtreecommitdiff
path: root/npc/017-1/shops.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/017-1/shops.txt')
-rw-r--r--npc/017-1/shops.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/017-1/shops.txt b/npc/017-1/shops.txt
index c74e1c0be..ac5affeb0 100644
--- a/npc/017-1/shops.txt
+++ b/npc/017-1/shops.txt
@@ -30,9 +30,13 @@ OnInit:
sellitem Bullet, -1, 2000;
if (!rand2(4))
sellitem OolongTea, getiteminfo(OolongTea, ITEMINFO_BUYPRICE)*15/10, rand2(1,3);
+ sellitem WoodenShield, -1, 1;
+ sellitem LeatherShirt, -1, 1;
end;
OnClock1250:
+ restoreshopitem WoodenShield, 1;
+ restoreshopitem LeatherShirt, 1;
OnClock0112:
restoreshopitem LOFCoin, -1, 1;
restoreshopitem YellowDye, -1, 1;