From 842431d7635b17b1210a2ce040f0d9f9a9c2583b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 15 Mar 2019 12:08:33 -0300 Subject: Improve ShoppaKep stock --- npc/012-1/shoppakep.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'npc/012-1') diff --git a/npc/012-1/shoppakep.txt b/npc/012-1/shoppakep.txt index 247c23e80..ee65b7d9b 100644 --- a/npc/012-1/shoppakep.txt +++ b/npc/012-1/shoppakep.txt @@ -34,7 +34,9 @@ OnInit: sellitem CottonSkirt, 100000, 1; sellitem MiniSkirt, 100000, 1; sellitem ShortTankTop, 100000, 1; - sellitem CottonTrousers, 100000, 1; + sellitem CottonTrousers, 90000, 1; + sellitem CottonGloves, 20000, 1; + sellitem CottonBoots, 10000, 1; sellitem PinkieLeg, 500, 1; sellitem Piberries, -1, 30; @@ -53,7 +55,9 @@ OnClock0546: restoreshopitem CottonSkirt, 100000, 1; restoreshopitem MiniSkirt, 100000, 1; restoreshopitem ShortTankTop, 100000, 1; - restoreshopitem CottonTrousers, 100000, 1; + restoreshopitem CottonTrousers, 90000, 1; + restoreshopitem CottonGloves, 20000, 1; + restoreshopitem CottonBoots, 10000, 1; restoreshopitem Piberries, -1, 30; restoreshopitem Plushroom, -1, 3; -- cgit v1.2.3-60-g2f50