From 3e065b88bd2575ff9e8a0fd05939c7de62fabe38 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 27 Jan 2021 19:55:13 -0300 Subject: Authorize Billy to randomly stock Oolong Tea in Land of Fire --- npc/017-1/shops.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'npc') diff --git a/npc/017-1/shops.txt b/npc/017-1/shops.txt index 54fbca618..6feed7e13 100644 --- a/npc/017-1/shops.txt +++ b/npc/017-1/shops.txt @@ -27,6 +27,8 @@ OnInit: sellitem CottonCloth, -1, 3; sellitem ArrowAmmoBox, -1, 5; sellitem Bullet, -1, 2000; + if (!rand2(4)) + sellitem OolongTea, 350, rand2(1,3); end; OnClock1250: @@ -36,6 +38,8 @@ OnClock0112: restoreshopitem CottonCloth, -1, 3; restoreshopitem ArrowAmmoBox, -1, 5; restoreshopitem Bullet, -1, 2000; + if (!rand2(4)) + restoreshopitem OolongTea, 350, rand2(1,3); end; } -- cgit v1.2.3-60-g2f50