Update core/src/mindustry/world/blocks/power/PowerNode.java

Co-authored-by: Patrick 'Quezler' Mounier <patrick@queztech.net>
This commit is contained in:
Anuken
2020-10-11 09:24:27 -04:00
committed by GitHub
parent 6d632fc532
commit 62baf5cab2

View File

@ -115,7 +115,7 @@ public class PowerNode extends PowerBlock{
bars.add("connections", entity -> new Bar(() ->
Core.bundle.format("bar.powerlines", entity.power.links.size, maxNodes),
() -> Pal.ammo,
() -> Pal.items,
() -> (float)entity.power.links.size / (float)maxNodes
));
}