From a328fcd6b9a45bf9d2a33fa56105c721e2473a83 Mon Sep 17 00:00:00 2001 From: Alex C Date: Thu, 26 Dec 2024 00:06:33 -0500 Subject: [PATCH] Listening Post op has a unique ID with the correct accesses --- .../_DeltaV/Entities/Objects/Devices/pda.yml | 2 +- .../_Impstation/Objects/Misc/identification_cards.yml | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/_DeltaV/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/_DeltaV/Entities/Objects/Devices/pda.yml index 85def1a08852a6..1a434995517d93 100644 --- a/Resources/Prototypes/_DeltaV/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/_DeltaV/Entities/Objects/Devices/pda.yml @@ -3,7 +3,7 @@ id: SyndiListeningPostPDA components: - type: Pda - id: SyndicateIDCard + id: IDCardPostOpCard penSlot: startingItem: CyberPen whitelist: diff --git a/Resources/Prototypes/_Impstation/Objects/Misc/identification_cards.yml b/Resources/Prototypes/_Impstation/Objects/Misc/identification_cards.yml index 321aaa09c933fd..a7217bf2fefb62 100644 --- a/Resources/Prototypes/_Impstation/Objects/Misc/identification_cards.yml +++ b/Resources/Prototypes/_Impstation/Objects/Misc/identification_cards.yml @@ -10,3 +10,13 @@ - type: PresetIdCard job: Passenger name: Sir Gollylad + +- type: entity + parent: AgentIDCard + id: IDCardPostOpCard + name: Listening Post ID Card + components: + - type: Access + tags: + - SyndicateAgent + - NuclearOperative