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:
parent
0ca753c815
commit
dbf3551d80
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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"]]
|
||||
Loading…
Reference in New Issue