From 224e6b764b0b4422e866d2a6f5e150b9daf05975 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 12 Sep 2019 08:52:52 -0300 Subject: Inar now charge taxes. New function: shop2(). In future, Shop#bazar1 will move to type HIDDEN and will have a placeholder instead to use shop2() functions. --- npc/012-1/shoppakep.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/012-1') diff --git a/npc/012-1/shoppakep.txt b/npc/012-1/shoppakep.txt index b542e5014..3f3e47e2c 100644 --- a/npc/012-1/shoppakep.txt +++ b/npc/012-1/shoppakep.txt @@ -25,7 +25,7 @@ OnInit: .CurrentItem=ShoppaKepItem(); - .ThisRebootAmou=rand(30,70); + .ThisRebootAmou=rand2(30,70); .sex = G_FEMALE; .distance = 5; @@ -46,7 +46,7 @@ OnInit: sellitem Chagashroom, -1, 3; sellitem PiouFeathers, -1, .ThisRebootAmou; - sellitem .CurrentItem, -1, rand(1,4); + sellitem .CurrentItem, -1, rand2(1,4); end; @@ -69,7 +69,7 @@ OnClock0546: stopselling(.CurrentItem); .CurrentItem=ShoppaKepItem(); - sellitem .CurrentItem, -1, rand(1,4); + sellitem .CurrentItem, -1, rand2(1,4); end; // Pay your taxes! -- cgit v1.2.3-60-g2f50