worldMessage.targetable=false (#7802)
turret would try to attack worldMessage but cant hit it so why not combine privileged with targetable(
This commit is contained in:
@@ -5861,6 +5861,8 @@ public class Blocks{
|
|||||||
|
|
||||||
worldMessage = new MessageBlock("world-message"){{
|
worldMessage = new MessageBlock("world-message"){{
|
||||||
requirements(Category.logic, BuildVisibility.editorOnly, with());
|
requirements(Category.logic, BuildVisibility.editorOnly, with());
|
||||||
|
|
||||||
|
targetable = false;
|
||||||
privileged = true;
|
privileged = true;
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user