Airlocks for the Mail Room (#109)

* 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
This commit is contained in:
Fluffiest Floofers 2023-10-05 22:02:35 +02:00 committed by GitHub
parent 0ca753c815
commit dbf3551d80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View File

@ -74,6 +74,7 @@ public sealed partial class IdCardConsoleComponent : Component
"Service",
"Theatre",
"Orders", // DeltaV - Orders, see Resources/Prototypes/DeltaV/Access/cargo.yml
"Mail", // Nyanotrasen - Mail, see Resources/Prototypes/Nyanotrasen/Access/cargo.yml
};
[Serializable, NetSerializable]

View File

@ -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"]]