diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 9b375ff22a..9eda456bba 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -4604,7 +4604,7 @@ public class Blocks{ recoil = 0.5f; - fogRadiusMultiuplier = 0.75f; + fogRadiusMultiuplier = 0.5f; coolantMultiplier = 6f; shootSound = Sounds.missileLaunch; @@ -5506,7 +5506,7 @@ public class Blocks{ regionSuffix = "-dark"; size = 5; plans.add( - new AssemblerUnitPlan(UnitTypes.quell, 60f * 60f, PayloadStack.list(UnitTypes.elude, 4, Blocks.berylliumWallLarge, 8)), + new AssemblerUnitPlan(UnitTypes.quell, 60f * 60f, PayloadStack.list(UnitTypes.elude, 4, Blocks.berylliumWallLarge, 12)), new AssemblerUnitPlan(UnitTypes.disrupt, 60f * 60f * 3f, PayloadStack.list(UnitTypes.avert, 6, Blocks.carbideWallLarge, 20)) ); areaSize = 13; @@ -5521,7 +5521,7 @@ public class Blocks{ size = 5; //TODO different reqs plans.add( - new AssemblerUnitPlan(UnitTypes.tecta, 60f * 70f, PayloadStack.list(UnitTypes.merui, 6, Blocks.tungstenWallLarge, 12)), + new AssemblerUnitPlan(UnitTypes.tecta, 60f * 70f, PayloadStack.list(UnitTypes.merui, 5, Blocks.tungstenWallLarge, 12)), new AssemblerUnitPlan(UnitTypes.collaris, 60f * 60f * 3f, PayloadStack.list(UnitTypes.cleroi, 6, Blocks.carbideWallLarge, 20)) ); areaSize = 13; diff --git a/core/src/mindustry/net/Packets.java b/core/src/mindustry/net/Packets.java index 10e607ec50..cf24d9029a 100644 --- a/core/src/mindustry/net/Packets.java +++ b/core/src/mindustry/net/Packets.java @@ -9,9 +9,7 @@ import mindustry.io.*; import java.util.zip.*; -/** - * Class for storing all packets. - */ +/** Class for storing all packets. */ public class Packets{ public enum KickReason{