Add chameleon functionality to Agent ID (#21878)

Co-authored-by: Rainfall <rainfey0+git@gmail.com>
This commit is contained in:
Rainfey
2023-11-27 21:34:29 +00:00
committed by GitHub
parent 99b2ac2c79
commit ca81cfb8cf

View File

@@ -20,6 +20,7 @@
- type: Tag - type: Tag
tags: tags:
- DoorBumpOpener - DoorBumpOpener
- WhitelistChameleon
#IDs with layers #IDs with layers
@@ -582,10 +583,18 @@
- type: ActivatableUI - type: ActivatableUI
key: enum.AgentIDCardUiKey.Key key: enum.AgentIDCardUiKey.Key
inHandsOnly: true inHandsOnly: true
- type: Tag
tags:
- DoorBumpOpener
- type: ChameleonClothing
slot: [idcard]
default: PassengerIDCard
- type: UserInterface - type: UserInterface
interfaces: interfaces:
- key: enum.AgentIDCardUiKey.Key - key: enum.AgentIDCardUiKey.Key
type: AgentIDCardBoundUserInterface type: AgentIDCardBoundUserInterface
- key: enum.ChameleonUiKey.Key
type: ChameleonBoundUserInterface
- type: entity - type: entity
name: passenger ID card name: passenger ID card