Destroy bullet team (#8792)
* Option for destroy bullet to be on the block's team * Random direction * h
This commit is contained in:
@@ -170,6 +170,8 @@ public class Block extends UnlockableContent implements Senseable{
|
||||
public float baseExplosiveness = 0f;
|
||||
/** bullet that this block spawns when destroyed */
|
||||
public @Nullable BulletType destroyBullet = null;
|
||||
/** if true, destroyBullet is spawned on the block's team instead of Derelict team */
|
||||
public boolean destroyBulletSameTeam = false;
|
||||
/** liquid used for lighting */
|
||||
public @Nullable Liquid lightLiquid;
|
||||
/** whether cracks are drawn when this block is damaged */
|
||||
|
||||
Reference in New Issue
Block a user