Hold back slag heater unlock until [4]

This commit is contained in:
Epowerj
2022-08-30 14:56:58 -04:00
parent 953b43e041
commit 26dc90e5a2

View File

@ -198,8 +198,8 @@ public class ErekirTechTree{
});
node(heatRedirector, Seq.with(new OnSector(ravine)), () -> {
node(electricHeater, Seq.with(tmpNever), () -> {
node(slagHeater, () -> {
node(electricHeater, Seq.with(new OnSector(ravine), new Research(afflict)), () -> {
node(slagHeater, Seq.with(tmpNever), () -> {
});