Fixed campaign idle boss spoofing

This commit is contained in:
Anuken
2020-12-03 10:05:52 -05:00
parent 6686584003
commit 9fa2691b02
7 changed files with 45 additions and 24 deletions

View File

@@ -154,22 +154,22 @@ public class TechTree implements ContentList{
});
node(kiln, Seq.with(new SectorComplete(craters)), () -> {
node(incinerator, () -> {
node(melter, () -> {
node(surgeSmelter, () -> {
node(pulverizer, () -> {
node(incinerator, () -> {
node(melter, () -> {
node(surgeSmelter, () -> {
});
});
node(separator, () -> {
node(pulverizer, () -> {
node(separator, () -> {
node(disassembler, () -> {
});
});
});
node(cryofluidMixer, () -> {
node(cryofluidMixer, () -> {
});
});
});
});