Correct erkir cloud color

This commit is contained in:
Anuken
2022-01-24 13:50:47 -05:00
parent 4a07c95e1c
commit b79ed071b8
6 changed files with 26 additions and 2 deletions

View File

@ -20,6 +20,8 @@ public class ErekirTechTree{
costMultipliers.put(Items.thorium, 9);
costMultipliers.put(Items.graphite, 9);
//TODO gate behind capture
Planets.erekir.techTree = nodeRoot("erekir", coreBastion, true, () -> {
context().researchCostMultipliers = costMultipliers;