Minor place fix
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 272 B After Width: | Height: | Size: 268 B |
@@ -127,7 +127,7 @@ public class CoreBlock extends StorageBlock{
|
|||||||
if(state.isEditor()) return true;
|
if(state.isEditor()) return true;
|
||||||
|
|
||||||
//special floor upon which cores can be placed
|
//special floor upon which cores can be placed
|
||||||
tile.getLinkedTiles(tempTiles);
|
tile.getLinkedTilesAs(this, tempTiles);
|
||||||
if(!tempTiles.contains(o -> !o.floor().allowCorePlacement)){
|
if(!tempTiles.contains(o -> !o.floor().allowCorePlacement)){
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user