From b3f43dbc03828e7c3e16cf9b07f819bf62157287 Mon Sep 17 00:00:00 2001 From: Lucky Clover <55009845+Jackson11500@users.noreply.github.com> Date: Thu, 11 Aug 2022 19:23:11 +0800 Subject: [PATCH] worldCell.targetable = false (#7345) --- core/src/mindustry/content/Blocks.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;