Plastanium conveyor + bugfixes
This commit is contained in:
@@ -86,6 +86,18 @@ abstract class TileComp implements Posc, Teamc, Healthc, Tilec, Timerc, QuadTree
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
@Replace
|
||||
public int tileX(){
|
||||
return tile.x;
|
||||
}
|
||||
|
||||
@Override
|
||||
@Replace
|
||||
public int tileY(){
|
||||
return tile.y;
|
||||
}
|
||||
|
||||
//endregion
|
||||
//region io
|
||||
|
||||
@@ -963,6 +975,10 @@ abstract class TileComp implements Posc, Teamc, Healthc, Tilec, Timerc, QuadTree
|
||||
proximity.add(tile);
|
||||
}
|
||||
|
||||
for(Tilec other : tmpTiles){
|
||||
other.onProximityUpdate();
|
||||
}
|
||||
|
||||
onProximityAdded();
|
||||
onProximityUpdate();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user