diff options
Diffstat (limited to 'npc/012-1')
-rw-r--r-- | npc/012-1/shoppakep.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-1/shoppakep.txt b/npc/012-1/shoppakep.txt index 60dc0f700..64daf7f8b 100644 --- a/npc/012-1/shoppakep.txt +++ b/npc/012-1/shoppakep.txt @@ -14,7 +14,7 @@ close; function ShoppaKepItem { - .@i=rand(0,100); + .@i=rand2(0,100); if (.@i > 75) return Aquada; else if (.@i < 35) |