Skip to content

Commit 4c8fc46

Browse files
authored
Fixed Harvester Configuration add-on
Fix proposed by https://github.com/Rodg88 Fix tested by me. Working in KSP 1.12.2.3167
1 parent 416a3c8 commit 4c8fc46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Extras/SystemHeatHarvesters/genericHarvesters.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
systemPower = #$INPUT_RESOURCE:HAS[#ResourceName[ElectricCharge]]/Ratio$
2727
@systemPower *= #$Efficiency$ //set the heat ouput as proportional to the EC usage.
2828
// I *think* that all the energy goes into heat.
29-
!Thermalefficiency {}
29+
!ThermalEfficiency {}
3030
!TemperatureModifier {}
3131
@generatesHeat = false //disable stock heating
3232
}

0 commit comments

Comments
 (0)