mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-14 17:57:56 +07:00
Misc RTS AI intelligence fixes
This commit is contained in:
@ -61,7 +61,7 @@ public class ErekirTechTree{
|
||||
costMultipliers.put(Items.graphite, 9);
|
||||
//oxide is hard to make
|
||||
costMultipliers.put(Items.oxide, 0.5f);
|
||||
costMultipliers.put(Items.carbide, 0.6f);
|
||||
costMultipliers.put(Items.carbide, 0.4f);
|
||||
|
||||
//TODO remove
|
||||
Objective tmpNever = new Research(Items.fissileMatter);
|
||||
|
Reference in New Issue
Block a user