From 541baf0f249086db8e4805a9e16b742c2b641794 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 7 Aug 2019 19:25:24 -0300 Subject: Pylon Randomness pseudo-fix --- npc/007-1/pylon.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/007-1/pylon.txt b/npc/007-1/pylon.txt index c5d32e54e..3d9236cf2 100644 --- a/npc/007-1/pylon.txt +++ b/npc/007-1/pylon.txt @@ -88,7 +88,7 @@ L_MenuOre: L_OreOk: // Amount iron ore - .@amo=rand(1,2); + .@amo=rand2(1,2); delitem IronOre, 1; Zeny = Zeny - 100; @@ -109,7 +109,7 @@ L_Powder: .@pw=DiamondPowder+@menu-2; // Amount - .@am=rand(1,3); + .@am=rand2(1,3); delitem .@id, 1; Zeny = Zeny - 100; -- cgit v1.2.3-60-g2f50