From 764b72f066e1580c1495381713aa43591f7e8931 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 16 Nov 2022 01:09:08 -0300 Subject: Shoppa Kep: Update price for cotton-based items so they're more consistent. --- npc/012-1/shoppakep.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/npc/012-1/shoppakep.txt b/npc/012-1/shoppakep.txt index 13fb8f360..8c5f4ba17 100644 --- a/npc/012-1/shoppakep.txt +++ b/npc/012-1/shoppakep.txt @@ -27,11 +27,11 @@ OnInit: sleep(SHOPWAIT); tradertype(NST_MARKET); - sellitem CottonTrousers, 80000, 1; - sellitem CottonSkirt, 40000, 1; - sellitem MiniSkirt, 35000, 1; - sellitem ShortTankTop, 20000, 1; - sellitem CottonGloves, 20000, 1; + sellitem CottonTrousers, 10000, 1; + sellitem CottonSkirt, 5000, 1; + sellitem MiniSkirt, 5000, 1; + sellitem ShortTankTop, 2000, 1; + sellitem CottonGloves, 15000, 1; sellitem CottonBoots, 10000, 1; sellitem PinkieLeg, 500, 1; -- cgit v1.2.3-70-g09d2