mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-14 17:57:56 +07:00
Closes Anuken/Mindustry-Suggestions/issues/4993
This commit is contained in:
@ -37,7 +37,9 @@ public class Bullets{
|
|||||||
damageLightningGround = damageLightning.copy();
|
damageLightningGround = damageLightning.copy();
|
||||||
damageLightningGround.collidesAir = false;
|
damageLightningGround.collidesAir = false;
|
||||||
|
|
||||||
fireball = new FireBulletType(1f, 4);
|
fireball = new FireBulletType(1f, 4){{
|
||||||
|
hittable = false;
|
||||||
|
}};
|
||||||
|
|
||||||
spaceLiquid = new SpaceLiquidBulletType(){{
|
spaceLiquid = new SpaceLiquidBulletType(){{
|
||||||
knockback = 0.7f;
|
knockback = 0.7f;
|
||||||
|
Reference in New Issue
Block a user