From 135464cf2ef6613223f78fa403447f36869f8296 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 21 Mar 2019 09:32:51 -0300 Subject: Throw more Empty Boxes at Tulimshar --- npc/003-1/shop.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/003-1/shop.txt') diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt index eaf8c1be6..da30c646f 100644 --- a/npc/003-1/shop.txt +++ b/npc/003-1/shop.txt @@ -19,7 +19,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; + sellitem EmptyBox, -1, 4; .sex = G_OTHER; .distance = 3; @@ -40,6 +40,6 @@ OnClock0000: restoreshopitem Bread, -1, 15; restoreshopitem CroconutBox, rand(2800,3050), 6; restoreshopitem EmptyBottle, -1, 3; - restoreshopitem EmptyBox, -1, 1; + restoreshopitem EmptyBox, -1, 4; } -- cgit v1.2.3-60-g2f50