diff options
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! |