True placement efficiency percentages text in ThermalGenerator (#11597)
This commit is contained in:
@@ -61,7 +61,7 @@ public class ThermalGenerator extends PowerGenerator{
|
||||
super.drawPlace(x, y, rotation, valid);
|
||||
|
||||
if(displayEfficiency){
|
||||
drawPlaceText(Core.bundle.formatFloat("bar.efficiency", sumAttribute(attribute, x, y) * 100, 1), x, y, valid);
|
||||
drawPlaceText(Core.bundle.formatFloat("bar.efficiency", sumAttribute(attribute, x, y) * 100 * displayEfficiencyScale, 1), x, y, valid);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user