From 688e02c04a8b9402f95ca71a01c81cd56aba7f82 Mon Sep 17 00:00:00 2001 From: Anuken Date: Fri, 6 May 2022 19:12:48 -0400 Subject: [PATCH] Fixed reserach cost of certain units --- core/src/mindustry/content/UnitTypes.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 6146b33d24..b270e223f0 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -2947,6 +2947,7 @@ public class UnitTypes{ shadowElevation = 0.1f; groundLayer = Layer.legUnit - 1f; targetAir = false; + researchCostMultiplier = 0f; weapons.add(new Weapon("merui-weapon"){{ mirror = false; @@ -3487,6 +3488,7 @@ public class UnitTypes{ engineSize = 2f; itemCapacity = 0; useEngineElevation = false; + researchCostMultiplier = 0f; //does this look better? //engineColor = Pal.sapBullet;