From 79ffe22b7feac0f45dfe16f40f734c011ffd1a8b Mon Sep 17 00:00:00 2001 From: Anuken Date: Sat, 30 Apr 2022 09:02:45 -0400 Subject: [PATCH] Build consistency tweaks --- core/src/mindustry/world/Build.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/mindustry/world/Build.java b/core/src/mindustry/world/Build.java index abcccfa3c5..ce352c2694 100644 --- a/core/src/mindustry/world/Build.java +++ b/core/src/mindustry/world/Build.java @@ -184,6 +184,7 @@ public class Build{ if( check == null || //nothing there + (type.size == 2 && world.getDarkness(wx, wy) >= 3) || (state.rules.staticFog && state.rules.fog && !fogControl.isDiscovered(team, wx, wy)) || (check.floor().isDeep() && !type.floating && !type.requiresWater && !type.placeableLiquid) || //deep water (type == check.block() && check.build != null && rotation == check.build.rotation && type.rotate) || //same block, same rotation