From 92d3d3cd9ca0274d91b42c184d622a43672024fa Mon Sep 17 00:00:00 2001 From: Anuken Date: Sat, 21 Aug 2021 09:54:05 -0400 Subject: [PATCH] Fixed #5824 --- core/src/mindustry/content/Fx.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/content/Fx.java b/core/src/mindustry/content/Fx.java index 03ce1e64e4..4e43b052bd 100644 --- a/core/src/mindustry/content/Fx.java +++ b/core/src/mindustry/content/Fx.java @@ -1883,7 +1883,7 @@ public class Fx{ rand.setSeed(e.id); Tmp.v1.trns(e.rotation, e.finpow() * 90f * rand.random(0.2f, 1f)); Fill.circle(e.x + Tmp.v1.x, e.y + Tmp.v1.y, 8f * rand.random(0.6f, 1f) * e.fout(0.2f)); - }).layer(Layer.block + 1f), + }).layer(Layer.groundUnit + 1f), unitShieldBreak = new Effect(35, e -> { if(!(e.data instanceof Unitc)) return;