This commit is contained in:
Anuken
2026-03-04 17:14:17 -05:00
parent d3b4943c55
commit 2ed9fa8834
2 changed files with 4 additions and 1 deletions

View File

@@ -352,7 +352,7 @@ public class SerpuloTechTree{
node(mace, () -> {
node(fortress, () -> {
node(scepter, () -> {
node(reign, () -> {
node(reign, Seq.with(new SectorComplete(desolateRift)), () -> {
});
});

View File

@@ -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(){