magnetic maul fixes
This commit is contained in:
parent
73f4450fa3
commit
dbda29e3f3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user