From 2eb57ab6806e3d44bbe411dcb920d68c81f348ed Mon Sep 17 00:00:00 2001 From: Anuken Date: Mon, 28 Jun 2021 18:57:13 -0400 Subject: [PATCH] Minor repair turret nerf --- core/src/mindustry/content/Blocks.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 7ae5070bcd..f4c7ae7d25 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -1990,7 +1990,7 @@ public class Blocks implements ContentList{ requirements(Category.units, with(Items.silicon, 90, Items.thorium, 80, Items.plastanium, 80)); size = 2; length = 6f; - repairSpeed = 3.25f; + repairSpeed = 3f; repairRadius = 140f; powerUse = 5f; beamWidth = 1.1f;