Fungal pass requirement fix

This commit is contained in:
Anuken
2025-04-06 16:01:24 -04:00
parent cb49d13d75
commit c07be82a7c

View File

@@ -459,8 +459,9 @@ public class SerpuloTechTree{
new Research(combustionGenerator)
), () -> {
node(fungalPass, Seq.with(
new SectorComplete(stainedMountains),
new Research(groundFactory)
new SectorComplete(craters),
new Research(groundFactory),
new Research(dagger)
), () -> {
node(frontier, Seq.with(
new SectorComplete(biomassFacility),