Particle tweaks and fixes

This commit is contained in:
Electroblob
2018-06-24 16:12:40 +01:00
parent 55ae4b1161
commit ee3fca35bd
6 changed files with 10 additions and 6 deletions
@@ -85,7 +85,7 @@ public class LightningRay extends SpellRay {
}else{
// Particle effect
for(int i=0; i<5; i++){
ParticleBuilder.create(Type.SPARK, target);
ParticleBuilder.create(Type.SPARK, target).spawn(world);
}
}
}