From 6354e18ae993326cd03773ede9adf2f3bf019c65 Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 28 Dec 2021 22:19:35 -0500 Subject: [PATCH] Even less evoke damage --- core/src/mindustry/content/UnitTypes.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index f5898ef20f..ff44d3f643 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -2603,11 +2603,11 @@ public class UnitTypes{ healAmount = 25f; collidesTeam = true; - lifetime = 35f; + lifetime = 31f; shootEffect = Fx.colorSpark; hitEffect = smokeEffect = despawnEffect = Fx.hitLaserColor; - damage = 10; + damage = 1; }}; }}); }};