mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-25 22:56:45 +01:00
FIxed variable names in Herbalism.java
This commit is contained in:
parent
0f41381c98
commit
e3d04fd940
@ -215,11 +215,11 @@ public class Herbalism
|
|||||||
m.mcDropItem(loc, is);
|
m.mcDropItem(loc, is);
|
||||||
m.mcDropItem(loc, is);
|
m.mcDropItem(loc, is);
|
||||||
if(Math.random() * 10 > 5)
|
if(Math.random() * 10 > 5)
|
||||||
m.mcDropItem(loc, item);
|
m.mcDropItem(loc, is);
|
||||||
if(Math.random() * 10 > 5)
|
if(Math.random() * 10 > 5)
|
||||||
m.mcDropItem(loc, item);
|
m.mcDropItem(loc, is);
|
||||||
if(Math.random() * 10 > 5)
|
if(Math.random() * 10 > 5)
|
||||||
m.mcDropItem(loc, item);
|
m.mcDropItem(loc, is);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -333,13 +333,13 @@ public class Herbalism
|
|||||||
m.mcDropItem(loc, is);
|
m.mcDropItem(loc, is);
|
||||||
m.mcDropItem(loc, is);
|
m.mcDropItem(loc, is);
|
||||||
if(Math.random() * 10 > 5)
|
if(Math.random() * 10 > 5)
|
||||||
m.mcDropItem(loc, item);
|
m.mcDropItem(loc, is);
|
||||||
if(Math.random() * 10 > 5)
|
if(Math.random() * 10 > 5)
|
||||||
m.mcDropItem(loc, item);
|
m.mcDropItem(loc, is);
|
||||||
if(Math.random() * 10 > 5)
|
if(Math.random() * 10 > 5)
|
||||||
m.mcDropItem(loc, item);
|
m.mcDropItem(loc, is);
|
||||||
if(Math.random() * 10 > 5)
|
if(Math.random() * 10 > 5)
|
||||||
m.mcDropItem(loc, item);
|
m.mcDropItem(loc, is);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
PP.addXP(SkillType.HERBALISM, LoadProperties.mmelon, player);
|
PP.addXP(SkillType.HERBALISM, LoadProperties.mmelon, player);
|
||||||
|
Loading…
Reference in New Issue
Block a user