diff options
-rw-r--r-- | npc/017-1/shops.txt | 4 |
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; } |