diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-12 08:52:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-12 08:52:52 -0300 |
commit | 224e6b764b0b4422e866d2a6f5e150b9daf05975 (patch) | |
tree | 3fc01565035ca435bc62fe7991b0ad20b807954f /npc/012-1 | |
parent | 2090a49f46df16e9b99a2986c09329986db79da5 (diff) | |
download | serverdata-224e6b764b0b4422e866d2a6f5e150b9daf05975.tar.gz serverdata-224e6b764b0b4422e866d2a6f5e150b9daf05975.tar.bz2 serverdata-224e6b764b0b4422e866d2a6f5e150b9daf05975.tar.xz serverdata-224e6b764b0b4422e866d2a6f5e150b9daf05975.zip |
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.
Diffstat (limited to 'npc/012-1')
-rw-r--r-- | npc/012-1/shoppakep.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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! |