mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
Halve Oven Heat Loss
Resolves https://github.com/CHOMPStation2/CHOMPStation2/issues/460
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user