Add basic burn warning to stove
This commit is contained in:
parent
8b0817b15d
commit
cc1c724f76
3 changed files with 303 additions and 1 deletions
|
@ -228,4 +228,9 @@ public class StoveCounter : BaseCounter, IHasProgress
|
|||
|
||||
}
|
||||
|
||||
public bool IsFried()
|
||||
{
|
||||
return state == State.Fried;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue