Add basic burn warning to stove

This commit is contained in:
BuyMyMojo 2023-03-04 09:17:44 +11:00
parent 8b0817b15d
commit cc1c724f76
3 changed files with 303 additions and 1 deletions

View file

@ -228,4 +228,9 @@ public class StoveCounter : BaseCounter, IHasProgress
}
public bool IsFried()
{
return state == State.Fried;
}
}