Split Door Bolt functionality out of AirlockDoor (#16354)
This commit is contained in:
@@ -7,7 +7,6 @@ namespace Content.Shared.Doors.Systems;
|
||||
public abstract class SharedAirlockSystem : EntitySystem
|
||||
{
|
||||
[Dependency] protected readonly SharedAppearanceSystem Appearance = default!;
|
||||
[Dependency] protected readonly SharedAudioSystem Audio = default!;
|
||||
[Dependency] protected readonly SharedDoorSystem DoorSystem = default!;
|
||||
[Dependency] protected readonly SharedPopupSystem Popup = default!;
|
||||
|
||||
@@ -64,9 +63,4 @@ public abstract class SharedAirlockSystem : EntitySystem
|
||||
{
|
||||
component.Safety = value;
|
||||
}
|
||||
|
||||
public void SetBoltWireCut(AirlockComponent component, bool value)
|
||||
{
|
||||
component.BoltWireCut = value;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user