Skip to content

Commit

Permalink
Airlocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonsant committed Aug 5, 2024
1 parent f6b5a34 commit 0a2e4ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Content.Server/Doors/Systems/AirlockSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ private void OnAirlockInit(EntityUid uid, AirlockComponent component, ComponentI
if (TryComp<ApcPowerReceiverComponent>(uid, out var receiverComponent))
{
Appearance.SetData(uid, DoorVisuals.Powered, receiverComponent.Powered);
Appearance.SetData(uid, DoorVisuals.ClosedLights, true); // Corvax-Resprite-Airlocks
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
fuel: 5
time: 3
- type: Airlock
openUnlitVisible: true # Corvax-Resprite-Airlocks
- type: NavMapDoor
- type: DoorBolt
- type: Appearance
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
fuel: 10
time: 10
- type: Airlock
openUnlitVisible: true # Corvax-Resprite-Airlocks
- type: NavMapDoor
- type: DoorBolt
- type: AccessReader
Expand Down

0 comments on commit 0a2e4ca

Please sign in to comment.