This commit is contained in:
Anuken
2021-10-29 22:36:24 -04:00
parent 338f7b840c
commit f1d1f935fb
4 changed files with 13 additions and 3 deletions

View File

@@ -1294,7 +1294,10 @@ abstract class BuildingComp implements Posc, Teamc, Healthc, Buildingc, Timerc,
}
public void pickedUp(){
power.graph.removeList(self());
power.graph = new PowerGraph();
power.links.clear();
power.status = 0f;
}
public void removeFromProximity(){