diff --git a/core/src/io/anuke/mindustry/content/Fx.java b/core/src/io/anuke/mindustry/content/Fx.java index 1af76d1927..b8164ee735 100644 --- a/core/src/io/anuke/mindustry/content/Fx.java +++ b/core/src/io/anuke/mindustry/content/Fx.java @@ -443,10 +443,10 @@ public class Fx implements ContentList{ Draw.color(); }); - fire = new Effect(35f, e -> { + fire = new Effect(50f, e -> { Draw.color(Pal.lightFlame, Pal.darkFlame, e.fin()); - Angles.randLenVectors(e.id, 2, 2f + e.fin() * 7f, (x, y) -> { + Angles.randLenVectors(e.id, 2, 2f + e.fin() * 9f, (x, y) -> { Fill.circle(e.x + x, e.y + y, 0.2f + e.fslope() * 1.5f); });