We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8cb07a commit 38fa62dCopy full SHA for 38fa62d
src/revision/world/blocks/defense/ReWall.kt
@@ -31,7 +31,7 @@ open class ReWall(name: String) : Wall(name) {
31
super.setBars()
32
bars.add("efficiency") { entity: ReWallBuild ->
33
Bar(
34
- { Core.bundle.formatFloat("bar.efficiency", entity.efficiency(), 1) },
+ { Core.bundle.formatFloat("bar.efficiency", 100 * entity.efficiency(), 1) },
35
{ Pal.ammo },
36
{ entity.efficiency() }
37
)
0 commit comments