Fixed #4732
This commit is contained in:
@@ -911,7 +911,7 @@ abstract class BuildingComp implements Posc, Teamc, Healthc, Buildingc, Timerc,
|
|||||||
if(net.client()) return;
|
if(net.client()) return;
|
||||||
|
|
||||||
if(block.consumesPower || block.outputsPower){
|
if(block.consumesPower || block.outputsPower){
|
||||||
int range = 10;
|
int range = 12;
|
||||||
tempTiles.clear();
|
tempTiles.clear();
|
||||||
Geometry.circle(tileX(), tileY(), range, (x, y) -> {
|
Geometry.circle(tileX(), tileY(), range, (x, y) -> {
|
||||||
Building other = world.build(x, y);
|
Building other = world.build(x, y);
|
||||||
|
|||||||
Reference in New Issue
Block a user