Merge pull request #3207 from DeltaNedas/bullet

fix modded bullets
This commit is contained in:
Anuken 2020-10-31 11:56:35 -04:00 committed by GitHub
commit dc1c132e03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;