More campaign tweaks

This commit is contained in:
Anuken
2020-11-14 15:02:47 -05:00
parent c96f4609d0
commit bd4badc274
7 changed files with 66 additions and 26 deletions

View File

@@ -87,7 +87,7 @@ public class TechTree implements ContentList{
node(bridgeConduit);
node(pulseConduit, () -> {
node(pulseConduit, Seq.with(new SectorComplete(windsweptIslands)), () -> {
node(phaseConduit, () -> {
});
@@ -114,7 +114,7 @@ public class TechTree implements ContentList{
});
node(laserDrill, () -> {
node(blastDrill, () -> {
node(blastDrill, Seq.with(new SectorComplete(nuclearComplex)), () -> {
});
@@ -143,8 +143,8 @@ public class TechTree implements ContentList{
});
});
node(plastaniumCompressor, () -> {
node(phaseWeaver, () -> {
node(plastaniumCompressor, Seq.with(new SectorComplete(windsweptIslands)), () -> {
node(phaseWeaver, Seq.with(new SectorComplete(tarFields)), () -> {
});
});