1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-22 13:57:46 +03:00

plastanium-wall-large schematicPriority should also be 10 (#4613)

plastanium-wall has it, makes sense to put for large one as well
This commit is contained in:
Leonid Skorospelov 2021-02-07 14:14:19 +00:00 committed by GitHub
parent 1c0d148607
commit f90f611a6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -797,6 +797,7 @@ public class Blocks implements ContentList{
size = 2;
insulated = true;
absorbLasers = true;
schematicPriority = 10;
}};
thoriumWall = new Wall("thorium-wall"){{