This commit is contained in:
Anuken
2023-08-02 09:39:27 -04:00
parent e3d3167b13
commit 7b9dfb9721

View File

@@ -39,6 +39,8 @@ public class LightningBulletType extends BulletType{
@Override
public void init(Bullet b){
super.init(b);
Lightning.create(b, lightningColor, damage, b.x, b.y, b.rotation(), lightningLength + Mathf.random(lightningLengthRand));
}
}