summaryrefslogtreecommitdiff
path: root/npc/017-1/shops.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-01-27 19:55:13 -0300
committerJesusaves <cpntb1@ymail.com>2021-01-27 19:55:13 -0300
commit3e065b88bd2575ff9e8a0fd05939c7de62fabe38 (patch)
tree2826a2627f4d61339c13c06621c2ede90bf2cbf6 /npc/017-1/shops.txt
parent8417669d7b1c767f913b45122441e35f97e759b1 (diff)
downloadserverdata-3e065b88bd2575ff9e8a0fd05939c7de62fabe38.tar.gz
serverdata-3e065b88bd2575ff9e8a0fd05939c7de62fabe38.tar.bz2
serverdata-3e065b88bd2575ff9e8a0fd05939c7de62fabe38.tar.xz
serverdata-3e065b88bd2575ff9e8a0fd05939c7de62fabe38.zip
Authorize Billy to randomly stock Oolong Tea in Land of Fire
Diffstat (limited to 'npc/017-1/shops.txt')
-rw-r--r--npc/017-1/shops.txt4
1 files changed, 4 insertions, 0 deletions
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;
}