mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-21 13:17:39 +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(heatRedirector, Seq.with(new OnSector(ravine)), () -> {
|
||||||
node(electricHeater, Seq.with(tmpNever), () -> {
|
node(electricHeater, Seq.with(new OnSector(ravine), new Research(afflict)), () -> {
|
||||||
node(slagHeater, () -> {
|
node(slagHeater, Seq.with(tmpNever), () -> {
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user