stasis bed and microwave qol(#21572)

This commit is contained in:
Vasilis
2023-11-11 07:42:59 +01:00
committed by GitHub
parent 68c45ebc03
commit 909621ee5f
7 changed files with 15 additions and 16 deletions

View File

@@ -1,5 +1,6 @@
using System.Linq;
using Content.Shared.Buckle.Components;
using Content.Shared.Construction;
using Content.Shared.Destructible;
using Content.Shared.DragDrop;
using Content.Shared.Foldable;
@@ -31,6 +32,7 @@ public abstract partial class SharedBuckleSystem
SubscribeLocalEvent<StrapComponent, FoldAttemptEvent>(OnAttemptFold);
SubscribeLocalEvent<StrapComponent, MoveEvent>(OnStrapMoveEvent);
SubscribeLocalEvent<StrapComponent, MachineDeconstructedEvent>((_, c, _) => StrapRemoveAll(c));
}
private void OnStrapStartup(EntityUid uid, StrapComponent component, ComponentStartup args)