fix microwave deleting entities at will (#1073)
Co-authored-by: FL-OZ <anotherscuffed@gmail.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Content.Server.GameObjects.Components.Kitchen
|
||||
{
|
||||
public enum MicrowaveSuccessState
|
||||
{
|
||||
RecipePass,
|
||||
RecipeFail,
|
||||
UnwantedForeignObject
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user