This commit is contained in:
mwerezak
2014-08-22 21:38:53 -04:00
parent 5a0abbaee4
commit 88a2c21764

View File

@@ -62,7 +62,7 @@
update_use_power(0)
return
if (network && air_contents.temperature < set_temperature)
if (network && air_contents.total_moles && air_contents.temperature < set_temperature)
update_use_power(2)
air_contents.add_thermal_energy(active_power_usage)