magnetic maul fixes

This commit is contained in:
NewGarbo 2015-11-27 04:05:47 +00:00
parent 73f4450fa3
commit dbda29e3f3

View File

@ -97,7 +97,9 @@ public class MagneticMaul extends LegendaryItem
}
}
//Do Particles
// Do Particles
for (int i=0 ; i<6 ; i++)
{
Vector random = new Vector(Math.random() * 4 - 2, Math.random() * 4 - 2, Math.random() * 4 - 2);