From 9682c3cb93e31ed276f3d790812acb91d2850106 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 18 May 2022 01:00:40 -0300 Subject: Several weapons and armors are now sold in shops! \o/ --- npc/017-1/shops.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'npc/017-1/shops.txt') 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; -- cgit v1.2.3-60-g2f50