mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-30 12:03:11 +00:00
Fixes #6123
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user