Musician PDA quick fix (#7018)

This commit is contained in:
Alex Evgrashin
2022-03-07 14:41:50 +03:00
committed by GitHub
parent c4ecb1678a
commit 5f632e20ad
8 changed files with 49 additions and 12 deletions

View File

@@ -21,3 +21,5 @@ comp-pda-ui-eject-pen-button = Eject Pen
comp-pda-ui-ringtone-button = Ringtone
comp-pda-ui-toggle-flashlight-button = Toggle Flashlight
pda-bound-user-interface-music-button = Music Instrument

View File

@@ -43,6 +43,8 @@
type: UplinkBoundUserInterface
- key: enum.RingerUiKey.Key
type: RingerBoundUserInterface
- key: enum.InstrumentUiKey.Key
type: InstrumentBoundUserInterface
- type: PDA
penSlot:
startingItem: Pen
@@ -59,6 +61,8 @@
- type: Tag
tags:
- DoorBumpOpener
- type: Input
context: "human"
- type: entity
parent: BasePDA
@@ -493,13 +497,3 @@
handheld: true
bank: 1
program: 2
- type: ActivatableUI
inHandsOnly: true
singleUser: true
key: enum.InstrumentUiKey.Key
- type: UserInterface
interfaces:
- key: enum.InstrumentUiKey.Key
type: InstrumentBoundUserInterface
- type: Input
context: "human"