diff --git a/core/src/mindustry/entities/bullet/BulletType.java b/core/src/mindustry/entities/bullet/BulletType.java index 189f984293..36b3893245 100644 --- a/core/src/mindustry/entities/bullet/BulletType.java +++ b/core/src/mindustry/entities/bullet/BulletType.java @@ -117,7 +117,7 @@ public abstract class BulletType extends Content{ public float lightningCone = 360f; public float lightningAngle = 0f; /** The bullet created at lightning points. */ - public BulletType lightningType; + public @Nullable BulletType lightningType = null; public float weaveScale = 1f; public float weaveMag = -1f;