Halve Oven Heat Loss

Resolves https://github.com/CHOMPStation2/CHOMPStation2/issues/460
This commit is contained in:
Rykka
2020-08-10 00:40:56 -04:00
parent deecf5e4dc
commit 1fef17858c

View File

@@ -81,7 +81,7 @@
cooking = TRUE
else
open = TRUE
loss = (heating_power / resistance) * 4
loss = (heating_power / resistance) * 2 // Halve oven heat loss.
//When the oven door is opened, heat is lost MUCH faster and you stop cooking (because the door is open)
cooking = FALSE