diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-07 19:25:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-07 19:25:24 -0300 |
commit | 541baf0f249086db8e4805a9e16b742c2b641794 (patch) | |
tree | fb673d08c1bd78d70d0dcd4e980c5e96b5ff2d74 /npc/007-1/pylon.txt | |
parent | c17ccae1ae74c9b0d07bd1019000c595f2de5e2c (diff) | |
download | serverdata-541baf0f249086db8e4805a9e16b742c2b641794.tar.gz serverdata-541baf0f249086db8e4805a9e16b742c2b641794.tar.bz2 serverdata-541baf0f249086db8e4805a9e16b742c2b641794.tar.xz serverdata-541baf0f249086db8e4805a9e16b742c2b641794.zip |
Pylon Randomness pseudo-fix
Diffstat (limited to 'npc/007-1/pylon.txt')
-rw-r--r-- | npc/007-1/pylon.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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; |