diff options
Diffstat (limited to 'npc/012-1/shoppakep.txt')
-rw-r--r-- | npc/012-1/shoppakep.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-1/shoppakep.txt b/npc/012-1/shoppakep.txt index de41acefb..143785cba 100644 --- a/npc/012-1/shoppakep.txt +++ b/npc/012-1/shoppakep.txt @@ -14,9 +14,9 @@ function ShoppaKepItem { .@i=rand(0,100); - if (.@i > 80) + if (.@i > 85) return Coal; - else if (.@i < 20) + else if (.@i < 25) return IronOre; else return HalfEggshell; |