summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/007-1/pylon.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/007-1/pylon.txt b/npc/007-1/pylon.txt
index f6917f88a..0331cab1d 100644
--- a/npc/007-1/pylon.txt
+++ b/npc/007-1/pylon.txt
@@ -92,14 +92,14 @@ L_MenuOre:
L_OreOk:
// Amount iron ore
- .@amo=rand2(1,2);
+ .@amo=rand2(2,3);
inventoryplace IronPowder, .@amo, SulfurPowder, 1;
delitem IronOre, 1;
Zeny = Zeny - 100;
getexp 10, 0;
getitem IronPowder, .@amo;
- if (!(rand2(BaseLevel)/2))
+ if (!(rand2(BaseLevel)/3))
getitem SulfurPowder, 1;
mes "";
mesn;