Fixed #11735
This commit is contained in:
@@ -352,7 +352,7 @@ public class SerpuloTechTree{
|
||||
node(mace, () -> {
|
||||
node(fortress, () -> {
|
||||
node(scepter, () -> {
|
||||
node(reign, () -> {
|
||||
node(reign, Seq.with(new SectorComplete(desolateRift)), () -> {
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
@@ -1341,6 +1341,9 @@ abstract class BuildingComp implements Posc, Teamc, Healthc, Buildingc, Timerc,
|
||||
@CallSuper
|
||||
public void onRepaired(){
|
||||
placed();
|
||||
if(block.flags.contains(BlockFlag.hasFogRadius)){
|
||||
fogControl.forceUpdate(team, self());
|
||||
}
|
||||
}
|
||||
|
||||
public boolean isCommandable(){
|
||||
|
||||
Reference in New Issue
Block a user