Changed acropolis core on tech tree

This commit is contained in:
Epowerj
2022-10-19 17:54:21 -04:00
parent 3dd5c128cd
commit c7ef42cad4

View File

@@ -298,7 +298,7 @@ public class ErekirTechTree{
});
node(coreCitadel, Seq.with(new SectorComplete(peaks)), () -> {
node(coreAcropolis, () -> {
node(coreAcropolis, Seq.with(new SectorComplete(siege)), () -> {
});
});