Re-adds ISuicideAct to microwave (#1085)

This commit is contained in:
Leo
2020-06-07 12:00:05 -03:00
committed by GitHub
parent 952fa9f7ed
commit acaa63493a

View File

@@ -31,7 +31,7 @@ namespace Content.Server.GameObjects.Components.Kitchen
{ {
[RegisterComponent] [RegisterComponent]
[ComponentReference(typeof(IActivate))] [ComponentReference(typeof(IActivate))]
public class MicrowaveComponent : SharedMicrowaveComponent, IActivate, IInteractUsing, ISolutionChange public class MicrowaveComponent : SharedMicrowaveComponent, IActivate, IInteractUsing, ISolutionChange, ISuicideAct
{ {
#pragma warning disable 649 #pragma warning disable 649
[Dependency] private readonly IEntityManager _entityManager; [Dependency] private readonly IEntityManager _entityManager;