Fog placement fixc

This commit is contained in:
Anuken
2022-04-09 13:28:44 -04:00
parent 5d79ad9363
commit 8884491e46
3 changed files with 10 additions and 7 deletions
+1
View File
@@ -184,6 +184,7 @@ public class Build{
if(
check == null || //nothing there
(state.rules.staticFog && !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
!check.interactable(team) || //cannot interact