diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 83e0bbb9a9..96e5663091 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -5361,6 +5361,8 @@ public class Blocks{ upgrades.addAll( new UnitType[]{UnitTypes.elude, UnitTypes.avert} ); + + researchCost = with(Items.beryllium, 500, Items.tungsten, 200, Items.silicon, 300, Items.oxide, 80); }}; //yes very silly name