Skip to content

Commit

Permalink
Airlocks for the Mail Room (#109)
Browse files Browse the repository at this point in the history
* Two doors for the couriers living in logistics

But they were, all of them, deceived, for another access was given to the HoL.

* actually put the access in the id computer
  • Loading branch information
FluffiestFloof authored Oct 5, 2023
1 parent 0ca753c commit dbf3551
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions Content.Shared/Access/Components/IdCardConsoleComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public WriteToTargetIdMessage(string fullName, string jobTitle, List<string> acc
"Service",
"Theatre",
"Orders", // DeltaV - Orders, see Resources/Prototypes/DeltaV/Access/cargo.yml
"Mail", // Nyanotrasen - Mail, see Resources/Prototypes/Nyanotrasen/Access/cargo.yml
};

[Serializable, NetSerializable]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
- type: entity
parent: AirlockCargo
id: AirlockMailLocked
suffix: Mail, Locked
components:
- type: AccessReader
access: [["Mail"]]

- type: entity
parent: AirlockCargoGlass
id: AirlockMailGlassLocked
suffix: Mail, Locked
components:
- type: AccessReader
access: [["Mail"]]

0 comments on commit dbf3551

Please sign in to comment.