diff options
Diffstat (limited to 'npc')
-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 b18dadc66..de41acefb 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 > 70) + if (.@i > 80) return Coal; - else if (.@i < 30) + else if (.@i < 20) return IronOre; else return HalfEggshell; |