From 9d9cbdffd58f21a2d23a7a33e52508ce71388cd2 Mon Sep 17 00:00:00 2001 From: Anuken Date: Fri, 18 Dec 2020 16:33:43 -0500 Subject: [PATCH] Pulsar nerf --- core/src/mindustry/content/UnitTypes.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 3707aaf7f7..01aa68fc1a 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -336,7 +336,7 @@ public class UnitTypes implements ContentList{ bullet = new LightningBulletType(){{ lightningColor = hitColor = Pal.heal; - damage = 15f; + damage = 12f; lightningLength = 7; lightningLengthRand = 7; shootEffect = Fx.shootHeal;