Fixed #11735
This commit is contained in:
@@ -352,7 +352,7 @@ public class SerpuloTechTree{
|
|||||||
node(mace, () -> {
|
node(mace, () -> {
|
||||||
node(fortress, () -> {
|
node(fortress, () -> {
|
||||||
node(scepter, () -> {
|
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
|
@CallSuper
|
||||||
public void onRepaired(){
|
public void onRepaired(){
|
||||||
placed();
|
placed();
|
||||||
|
if(block.flags.contains(BlockFlag.hasFogRadius)){
|
||||||
|
fogControl.forceUpdate(team, self());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isCommandable(){
|
public boolean isCommandable(){
|
||||||
|
|||||||
Reference in New Issue
Block a user