mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Update thermomachine.dm (#13079)
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
|
||||
var/temperature_delta= abs(old_temperature - air_contents.return_temperature())
|
||||
if(temperature_delta > 1)
|
||||
active_power_usage = (heat_capacity * temperature_delta) / 10 + idle_power_usage
|
||||
active_power_usage = (heat_capacity * temperature_delta) ** 1.05 / 5 + idle_power_usage
|
||||
update_parents()
|
||||
else
|
||||
active_power_usage = idle_power_usage
|
||||
|
||||
Reference in New Issue
Block a user