diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-21 09:32:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-21 09:32:51 -0300 |
commit | 135464cf2ef6613223f78fa403447f36869f8296 (patch) | |
tree | fad2f7bd405207b0787c561bd6a86780fd92e5be /npc/003-1/shop.txt | |
parent | 416ed79d33e7995f4b6636e05952d9f22af094ae (diff) | |
download | serverdata-135464cf2ef6613223f78fa403447f36869f8296.tar.gz serverdata-135464cf2ef6613223f78fa403447f36869f8296.tar.bz2 serverdata-135464cf2ef6613223f78fa403447f36869f8296.tar.xz serverdata-135464cf2ef6613223f78fa403447f36869f8296.zip |
Throw more Empty Boxes at Tulimshar
Diffstat (limited to 'npc/003-1/shop.txt')
-rw-r--r-- | npc/003-1/shop.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |