Skip to content

Commit

Permalink
Add chameleon functionality to Agent ID (#21878)
Browse files Browse the repository at this point in the history
Co-authored-by: Rainfall <rainfey0+git@gmail.com>
  • Loading branch information
Rainfey and Rainfall committed Nov 27, 2023
1 parent 99b2ac2 commit ca81cfb
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- type: Tag
tags:
- DoorBumpOpener
- WhitelistChameleon

#IDs with layers

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ca81cfb

Please sign in to comment.