Closes Anuken/Mindustry-Suggestions/issues/4993

This commit is contained in:
Anuken 2024-05-06 17:11:00 -04:00
parent c2500b2a1a
commit fd81bf13dd

View File

@ -37,7 +37,9 @@ public class Bullets{
damageLightningGround = damageLightning.copy();
damageLightningGround.collidesAir = false;
fireball = new FireBulletType(1f, 4);
fireball = new FireBulletType(1f, 4){{
hittable = false;
}};
spaceLiquid = new SpaceLiquidBulletType(){{
knockback = 0.7f;