From 9d8905a4ae2dbec6cb89d7eb5fd71fe72d6ccc11 Mon Sep 17 00:00:00 2001 From: Zerenta <80897573+Zerenta@users.noreply.github.com> Date: Sun, 3 Sep 2023 21:08:31 -0400 Subject: [PATCH] fixes serp-specific fog issue (#9009) * fixes serp-specific fog issues * didnt know the f had a purpose --- core/src/mindustry/content/UnitTypes.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 328b019d26..e5145be5b8 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -2345,6 +2345,7 @@ public class UnitTypes{ speed = 3f; rotateSpeed = 15f; accel = 0.1f; + fogRadius = 0f; itemCapacity = 30; health = 150f; engineOffset = 6f; @@ -2381,6 +2382,7 @@ public class UnitTypes{ speed = 3.3f; rotateSpeed = 17f; accel = 0.1f; + fogRadius = 0f; itemCapacity = 50; health = 170f; engineOffset = 6f; @@ -2422,6 +2424,7 @@ public class UnitTypes{ speed = 3.55f; rotateSpeed = 19f; accel = 0.11f; + fogRadius = 0f; itemCapacity = 70; health = 220f; engineOffset = 6f;