Bugfixing for ChompStation errors will now happen
This commit is contained in:
Rykka
2020-07-19 16:29:26 -04:00
parent 8103e0c02c
commit de2c80c628
15 changed files with 165 additions and 88 deletions

View File

@@ -40,6 +40,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