From d391148465b5323c614ae704d2fdab0333608803 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 27 Jan 2021 19:58:57 -0300 Subject: Allow Bar Jobs to very rarely sell Jasmine Tea as well. Yerba Mate's rarity shall be preserved. --- npc/012-1/shoppakep.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/012-1') diff --git a/npc/012-1/shoppakep.txt b/npc/012-1/shoppakep.txt index 85105d507..7967b3742 100644 --- a/npc/012-1/shoppakep.txt +++ b/npc/012-1/shoppakep.txt @@ -40,7 +40,7 @@ OnInit: sellitem Chagashroom, -1, 3; sellitem PiouFeathers, -1, .ThisRebootAmou; - sellitem .CurrentItem, -1, rand2(2,6); + sellitem .CurrentItem, getiteminfo(.CurrentItem, ITEMINFO_BUYPRICE)*15/10, rand2(2,6); end; @@ -63,7 +63,7 @@ OnClock0546: stopselling(.CurrentItem); .CurrentItem=ShoppaKepItem(); - sellitem .CurrentItem, -1, rand2(2,6); + sellitem .CurrentItem, getiteminfo(.CurrentItem, ITEMINFO_BUYPRICE)*15/10, rand2(2,6); end; // Pay your taxes! -- cgit v1.2.3-70-g09d2