This commit is contained in:
Anuken
2025-02-09 10:00:27 -05:00
parent 63568c5b34
commit f6e9cffa9c

View File

@@ -17,7 +17,7 @@ public class StaticWall extends Prop{
public StaticWall(String name){
super(name);
breakable = alwaysReplace = false;
breakable = alwaysReplace = unitMoveBreakable = false;
solid = true;
variants = 2;
cacheLayer = CacheLayer.walls;