fix microwave deleting entities at will (#1073)

Co-authored-by: FL-OZ <anotherscuffed@gmail.com>
This commit is contained in:
FL-OZ
2020-06-05 11:46:34 -05:00
committed by GitHub
parent fa9169e346
commit 470f81fca1
3 changed files with 69 additions and 19 deletions

View File

@@ -0,0 +1,10 @@
namespace Content.Server.GameObjects.Components.Kitchen
{
public enum MicrowaveSuccessState
{
RecipePass,
RecipeFail,
UnwantedForeignObject
}
}