mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-13 17:27:35 +07:00
Hold back slag heater unlock until [4]
This commit is contained in:
@ -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), () -> {
|
||||
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user