diff options
-rw-r--r-- | npc/012-1/shoppakep.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/012-1/shoppakep.txt b/npc/012-1/shoppakep.txt index 884c925de..b1ff3b9b4 100644 --- a/npc/012-1/shoppakep.txt +++ b/npc/012-1/shoppakep.txt @@ -36,6 +36,7 @@ OnInit: sellitem ShortTankTop, 100000, 1; sellitem CottonTrousers, 100000, 1; + sellitem PinkieLeg, 500, 1; sellitem Piberries, -1, 30; sellitem Plushroom, -1, 3; sellitem Chagashroom, -1, 3; @@ -46,6 +47,7 @@ OnInit: end; OnClock1759: + restoreshopitem PinkieLeg, 500, 1; OnClock0546: restoreshopitem LeatherShirt, 125000, 1; restoreshopitem JeansShorts, 125000, 1; |