Fungal pass requirement fix
This commit is contained in:
@@ -459,8 +459,9 @@ public class SerpuloTechTree{
|
|||||||
new Research(combustionGenerator)
|
new Research(combustionGenerator)
|
||||||
), () -> {
|
), () -> {
|
||||||
node(fungalPass, Seq.with(
|
node(fungalPass, Seq.with(
|
||||||
new SectorComplete(stainedMountains),
|
new SectorComplete(craters),
|
||||||
new Research(groundFactory)
|
new Research(groundFactory),
|
||||||
|
new Research(dagger)
|
||||||
), () -> {
|
), () -> {
|
||||||
node(frontier, Seq.with(
|
node(frontier, Seq.with(
|
||||||
new SectorComplete(biomassFacility),
|
new SectorComplete(biomassFacility),
|
||||||
|
|||||||
Reference in New Issue
Block a user