Add chameleon functionality to Agent ID (#21878)
Co-authored-by: Rainfall <rainfey0+git@gmail.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user