mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-25 02:15:37 +07:00
Decreased acropolis cost
This commit is contained in:
parent
fc53d23706
commit
e8c74319af
@ -2963,7 +2963,7 @@ public class Blocks{
|
|||||||
|
|
||||||
unitCapModifier = 15;
|
unitCapModifier = 15;
|
||||||
researchCostMultipliers.put(Items.silicon, 0.3f);
|
researchCostMultipliers.put(Items.silicon, 0.3f);
|
||||||
researchCostMultiplier = 0.2f;
|
researchCostMultiplier = 0.1f;
|
||||||
}};
|
}};
|
||||||
|
|
||||||
container = new StorageBlock("container"){{
|
container = new StorageBlock("container"){{
|
||||||
|
Loading…
Reference in New Issue
Block a user