From 2b1da7e56475e683daf3639416a1e04d4631cb77 Mon Sep 17 00:00:00 2001 From: Anuken Date: Fri, 11 Feb 2022 15:36:59 -0500 Subject: [PATCH] Disperse unit filter --- core/src/mindustry/content/Blocks.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 978b3b0434..7b324eac49 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -3323,7 +3323,8 @@ public class Blocks{ speed = 8.5f; //width = 11f; //height = 19f; - width = height = 17; + width = height = 18; + shrinkY = 0.3f; backSprite = "large-bomb-back"; sprite = "mine-bullet"; trailColor = Pal.bulletYellowBack; @@ -3360,6 +3361,7 @@ public class Blocks{ }}; + unitFilter = u -> !u.spawnedByCore; shots = 4; alternate = true; widthSpread = true;