fix modded bullets

This commit is contained in:
DeltaNedas 2020-10-31 15:35:45 +00:00
parent 13334451bf
commit 865beac7fb

View File

@ -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;