mirror of
https://github.com/Anuken/Mindustry.git
synced 2024-12-22 16:54:00 +07:00
Ruinous shores wave nerf
This commit is contained in:
parent
7e3572df51
commit
9c0335d5f2
Binary file not shown.
@ -1835,7 +1835,6 @@ public class UnitTypes{
|
||||
//region naval support
|
||||
retusa = new UnitType("retusa"){{
|
||||
speed = 0.9f;
|
||||
targetAir = false;
|
||||
drag = 0.14f;
|
||||
hitSize = 11f;
|
||||
health = 270;
|
||||
|
@ -56,8 +56,6 @@ public class LaunchPad extends Block{
|
||||
super.setBars();
|
||||
|
||||
addBar("items", entity -> new Bar(() -> Core.bundle.format("bar.items", entity.items.total()), () -> Pal.items, () -> (float)entity.items.total() / itemCapacity));
|
||||
|
||||
//TODO is "bar.launchcooldown" the right terminology?
|
||||
addBar("progress", (LaunchPadBuild build) -> new Bar(() -> Core.bundle.get("bar.launchcooldown"), () -> Pal.ammo, () -> Mathf.clamp(build.launchCounter / launchTime)));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user