mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-21 01:37:13 +07:00
Fixed reserach cost of certain units
This commit is contained in:
parent
ed774a6aa2
commit
688e02c04a
@ -2947,6 +2947,7 @@ public class UnitTypes{
|
||||
shadowElevation = 0.1f;
|
||||
groundLayer = Layer.legUnit - 1f;
|
||||
targetAir = false;
|
||||
researchCostMultiplier = 0f;
|
||||
|
||||
weapons.add(new Weapon("merui-weapon"){{
|
||||
mirror = false;
|
||||
@ -3487,6 +3488,7 @@ public class UnitTypes{
|
||||
engineSize = 2f;
|
||||
itemCapacity = 0;
|
||||
useEngineElevation = false;
|
||||
researchCostMultiplier = 0f;
|
||||
|
||||
//does this look better?
|
||||
//engineColor = Pal.sapBullet;
|
||||
|
Loading…
Reference in New Issue
Block a user