From f90f611a6d2a6e1be321227b878bbd46c86bc338 Mon Sep 17 00:00:00 2001 From: Leonid Skorospelov Date: Sun, 7 Feb 2021 14:14:19 +0000 Subject: [PATCH] plastanium-wall-large schematicPriority should also be 10 (#4613) plastanium-wall has it, makes sense to put for large one as well --- core/src/mindustry/content/Blocks.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index e0b3a697dd..eb6e6894a1 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -797,6 +797,7 @@ public class Blocks implements ContentList{ size = 2; insulated = true; absorbLasers = true; + schematicPriority = 10; }}; thoriumWall = new Wall("thorium-wall"){{