diff options
Diffstat (limited to 'npc/012-1/shoppakep.txt')
-rw-r--r-- | npc/012-1/shoppakep.txt | 8 |
1 files changed, 6 insertions, 2 deletions
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; |