* Syndicate locks are now selectable * Minor tweaks * Make not syndicate themed * Address refview * review --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
16 lines
378 B
YAML
16 lines
378 B
YAML
# for clothing that can be toggled, like magboots
|
|
- type: entity
|
|
parent: SelectableLock
|
|
abstract: true
|
|
id: BaseChameleon
|
|
components:
|
|
- type: UIRequiresLock
|
|
userInterfaceKeys:
|
|
- enum.ChameleonUiKey.Key
|
|
accessDeniedSound: null
|
|
popup: null
|
|
- type: UserInterface
|
|
interfaces:
|
|
enum.ChameleonUiKey.Key:
|
|
type: ChameleonBoundUserInterface
|