mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-22 04:28:27 +07:00
worldCell.targetable = false (#7345)
This commit is contained in:
parent
0014cd30b6
commit
b3f43dbc03
@ -5754,7 +5754,8 @@ public class Blocks{
|
|||||||
|
|
||||||
worldCell = new MemoryBlock("world-cell"){{
|
worldCell = new MemoryBlock("world-cell"){{
|
||||||
requirements(Category.logic, BuildVisibility.editorOnly, with());
|
requirements(Category.logic, BuildVisibility.editorOnly, with());
|
||||||
|
|
||||||
|
targetable = false;
|
||||||
privileged = true;
|
privileged = true;
|
||||||
memoryCapacity = 128;
|
memoryCapacity = 128;
|
||||||
forceDark = true;
|
forceDark = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user