Added default value for mass driver bullet
This commit is contained in:
@@ -29,7 +29,7 @@ public class MassDriver extends Block{
|
||||
public int minDistribute = 10;
|
||||
public float knockback = 4f;
|
||||
public float reloadTime = 100f;
|
||||
public MassDriverBolt bullet;
|
||||
public MassDriverBolt bullet = new MassDriverBolt();
|
||||
public float bulletSpeed = 5.5f;
|
||||
public float bulletLifetime = 200f;
|
||||
public Effect shootEffect = Fx.shootBig2;
|
||||
|
||||
Reference in New Issue
Block a user