Misc tweaks & balancing

This commit is contained in:
Anuken
2022-10-01 20:31:54 -04:00
parent e66ac1a6f7
commit 31f3dc5514
4 changed files with 14 additions and 15 deletions

View File

@ -8,8 +8,6 @@ import mindustry.type.*;
import mindustry.type.unit.*;
import mindustry.world.blocks.defense.turrets.*;
import java.awt.*;
import static mindustry.Vars.*;
import static mindustry.content.Blocks.*;
import static mindustry.content.SectorPresets.*;
@ -432,14 +430,15 @@ public class ErekirTechTree{
nodeProduce(Items.thorium, () -> {
nodeProduce(Items.carbide, () -> {
nodeProduce(Items.surgeAlloy, () -> {
nodeProduce(Items.phaseFabric, () -> {
});
});
//nodeProduce(Liquids.gallium, () -> {});
});
nodeProduce(Items.surgeAlloy, () -> {
nodeProduce(Items.phaseFabric, () -> {
});
});
});
});
});