Skip to content

Commit 38fa62d

Browse files
author
slava0135
committed
ok
1 parent b8cb07a commit 38fa62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/revision/world/blocks/defense/ReWall.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ open class ReWall(name: String) : Wall(name) {
3131
super.setBars()
3232
bars.add("efficiency") { entity: ReWallBuild ->
3333
Bar(
34-
{ Core.bundle.formatFloat("bar.efficiency", entity.efficiency(), 1) },
34+
{ Core.bundle.formatFloat("bar.efficiency", 100 * entity.efficiency(), 1) },
3535
{ Pal.ammo },
3636
{ entity.efficiency() }
3737
)

0 commit comments

Comments
 (0)