diff options
Diffstat (limited to 'npc')
-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 64daf7f8b..c3b46efc7 100644 --- a/npc/012-1/shoppakep.txt +++ b/npc/012-1/shoppakep.txt @@ -40,6 +40,7 @@ OnInit: sellitem CottonBoots, 10000, 1; sellitem PinkieLeg, 500, 1; + sellitem Bread, -1, 50; sellitem Piberries, -1, 30; sellitem Plushroom, -1, 3; sellitem Chagashroom, -1, 3; @@ -60,6 +61,7 @@ OnClock0546: restoreshopitem CottonGloves, 20000, 1; restoreshopitem CottonBoots, 10000, 1; + restoreshopitem Bread, -1, 50; restoreshopitem Piberries, -1, 30; restoreshopitem Plushroom, -1, 3; restoreshopitem Chagashroom, -1, 3; |