From ca81cfb8cf465442e6e81cb183ceb7bfc62eab39 Mon Sep 17 00:00:00 2001 From: Rainfey <11758391+Rainfey@users.noreply.github.com> Date: Mon, 27 Nov 2023 21:34:29 +0000 Subject: [PATCH] Add chameleon functionality to Agent ID (#21878) Co-authored-by: Rainfall --- .../Entities/Objects/Misc/identification_cards.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml index 5e8807f770..9fc273d709 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml @@ -20,6 +20,7 @@ - type: Tag tags: - DoorBumpOpener + - WhitelistChameleon #IDs with layers @@ -582,10 +583,18 @@ - type: ActivatableUI key: enum.AgentIDCardUiKey.Key inHandsOnly: true + - type: Tag + tags: + - DoorBumpOpener + - type: ChameleonClothing + slot: [idcard] + default: PassengerIDCard - type: UserInterface interfaces: - key: enum.AgentIDCardUiKey.Key type: AgentIDCardBoundUserInterface + - key: enum.ChameleonUiKey.Key + type: ChameleonBoundUserInterface - type: entity name: passenger ID card -- 2.51.2