diff options
Diffstat (limited to 'npc/024-9/barkeeper.txt')
-rw-r--r-- | npc/024-9/barkeeper.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/024-9/barkeeper.txt b/npc/024-9/barkeeper.txt index 584a70888..85a5a47e2 100644 --- a/npc/024-9/barkeeper.txt +++ b/npc/024-9/barkeeper.txt @@ -20,6 +20,8 @@ OnInit: sellitem ClothoLiquor, -1, (($ARKIM_ST-4000)/500)+1; if ($ARKIM_ST >= 4700) sellitem LachesisBrew, -1, (($ARKIM_ST-4700)/500)+1; + if (!rand2(10)) + sellitem JasmineTea, getiteminfo(JasmineTea, ITEMINFO_BUYPRICE)*15/10, rand2(1,3); .sex = G_MALE; .distance = 5; @@ -32,6 +34,8 @@ OnClock2358: restoreshopitem ClothoLiquor, (($ARKIM_ST-4000)/500)+1; if ($ARKIM_ST >= 4700) restoreshopitem LachesisBrew, (($ARKIM_ST-4700)/500)+1; + if (!rand2(10)) + restoreshopitem JasmineTea, getiteminfo(JasmineTea, ITEMINFO_BUYPRICE)*15/10, rand2(1,3); end; // Pay your taxes! |