From 01b77f86c9f5d7c2c1a1323fbcc7dfc0e22d838e Mon Sep 17 00:00:00 2001 From: Anuken Date: Thu, 14 Apr 2022 17:20:53 -0400 Subject: [PATCH] Fixed wall thorium being mine-able --- core/src/mindustry/content/UnitTypes.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index e61dd98a21..2212e91398 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -3436,7 +3436,7 @@ public class UnitTypes{ mineHardnessScaling = false; flying = true; mineSpeed = 4f; - mineTier = 4; + mineTier = 3; buildSpeed = 0.8f; drag = 0.08f; speed = 5.6f; @@ -3497,7 +3497,7 @@ public class UnitTypes{ mineHardnessScaling = false; flying = true; mineSpeed = 4.5f; - mineTier = 4; + mineTier = 3; buildSpeed = 1.1f; drag = 0.08f; speed = 7f; @@ -3571,7 +3571,7 @@ public class UnitTypes{ mineHardnessScaling = false; flying = true; mineSpeed = 5f; - mineTier = 4; + mineTier = 3; buildSpeed = 1.4f; drag = 0.08f; speed = 7.5f;