mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
Bugfixes, Feature Tweaks, and Final Touches
Microwave not cooking micros/mice: Fixed Invalid Recipe datum thanks to /microwave prefix: Fixed Fryer earsplittingly loud: Fixed Fryer/Oven continuing to cook even after items removed: Fixed Oven having 'on' icon state when door closed but off: Fixed Appliances not scaling cooking time/damage based on size: Fixed Feature added - Burning Food will set off fire alarms and set off a black cloud of smoke! Overcook time reduced to allow for less margin of error (IE Actively requires you to pay attention) Multiple Microwave bugfixes, including multicooking/etc not working, recipe errors, icon state errors, ejection errors.
This commit is contained in:
@@ -39,6 +39,10 @@
|
||||
if(!open)
|
||||
if(!stat)
|
||||
icon_state = "ovenclosed_on"
|
||||
if(cooking == TRUE)
|
||||
icon_state = "ovenclosed_cooking"
|
||||
else
|
||||
icon_state = "ovenclosed_on"
|
||||
else
|
||||
icon_state = "ovenclosed_off"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user