diff options
Diffstat (limited to 'npc/003-1/shop.txt')
-rw-r--r-- | npc/003-1/shop.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt index 68573beb9..e33f3b3f1 100644 --- a/npc/003-1/shop.txt +++ b/npc/003-1/shop.txt @@ -15,6 +15,7 @@ OnInit: sellitem Bread, -1, 15; sellitem CroconutBox, rand(2800,2900), 6; sellitem EmptyBottle, -1, 3; // You can buy some empty bottles here, but they're scarse + sellitem EmptyBox, -1, 1; .sex = G_OTHER; .distance = 3; @@ -32,5 +33,6 @@ OnClock0000: restoreshopitem Bread, -1, 15; restoreshopitem CroconutBox, rand(2800,3050), 6; restoreshopitem EmptyBottle, -1, 3; + restoreshopitem EmptyBox, -1, 1; } |