From 15378d3267533c2cc2b4a7a5c10b954d62638256 Mon Sep 17 00:00:00 2001 From: Anuken Date: Sat, 25 Aug 2018 20:25:09 -0400 Subject: [PATCH] Removed incorrect health values --- .../src/io/anuke/mindustry/content/blocks/CraftingBlocks.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/src/io/anuke/mindustry/content/blocks/CraftingBlocks.java b/core/src/io/anuke/mindustry/content/blocks/CraftingBlocks.java index 051aaab935..dc2d551a5a 100644 --- a/core/src/io/anuke/mindustry/content/blocks/CraftingBlocks.java +++ b/core/src/io/anuke/mindustry/content/blocks/CraftingBlocks.java @@ -72,7 +72,6 @@ public class CraftingBlocks extends BlockList implements ContentList{ }}; phaseWeaver = new PhaseWeaver("phase-weaver"){{ - health = 90; craftEffect = BlockFx.smeltsmoke; result = Items.phasematter; craftTime = 120f; @@ -83,7 +82,6 @@ public class CraftingBlocks extends BlockList implements ContentList{ }}; alloySmelter = new PowerSmelter("alloy-smelter"){{ - health = 90; craftEffect = BlockFx.smeltsmoke; result = Items.surgealloy; craftTime = 50f; @@ -97,7 +95,6 @@ public class CraftingBlocks extends BlockList implements ContentList{ }}; alloyfuser = new PowerSmelter("alloy-fuser"){{ - health = 90; craftEffect = BlockFx.smeltsmoke; result = Items.surgealloy; craftTime = 30f; @@ -111,7 +108,6 @@ public class CraftingBlocks extends BlockList implements ContentList{ }}; cryofluidmixer = new LiquidMixer("cryofluidmixer"){{ - health = 200; outputLiquid = Liquids.cryofluid; liquidPerItem = 50f; itemCapacity = 50;