Update core/src/mindustry/world/blocks/power/PowerNode.java
Co-authored-by: Patrick 'Quezler' Mounier <patrick@queztech.net>
This commit is contained in:
@@ -115,7 +115,7 @@ public class PowerNode extends PowerBlock{
|
|||||||
|
|
||||||
bars.add("connections", entity -> new Bar(() ->
|
bars.add("connections", entity -> new Bar(() ->
|
||||||
Core.bundle.format("bar.powerlines", entity.power.links.size, maxNodes),
|
Core.bundle.format("bar.powerlines", entity.power.links.size, maxNodes),
|
||||||
() -> Pal.ammo,
|
() -> Pal.items,
|
||||||
() -> (float)entity.power.links.size / (float)maxNodes
|
() -> (float)entity.power.links.size / (float)maxNodes
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user