diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 19ce89a97b..14b5c06acb 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -5754,7 +5754,8 @@ public class Blocks{ worldCell = new MemoryBlock("world-cell"){{ requirements(Category.logic, BuildVisibility.editorOnly, with()); - + + targetable = false; privileged = true; memoryCapacity = 128; forceDark = true;