From e95cb7625e655119d6b14b3d9979f091163953e1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 22 Jun 2018 13:29:21 -0300 Subject: Reduce ShoppaKep chance of selling Coal/Iron --- npc/012-1/shoppakep.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') 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; -- cgit v1.2.3-70-g09d2