diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index a21c3b2b5a1..a97f3c185d3 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -666,7 +666,7 @@ state: pda-centcom - type: entity - parent: CentcomPDA + parent: [MusicBasePDA, CentcomPDA] # Frontier - Added MusicBasePDA parent id: AdminPDA name: Admin PDA description: If you are not an admin please return this PDA to the nearest admin. diff --git a/Resources/Prototypes/_NF/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/_NF/Entities/Objects/Devices/pda.yml index d5fdb1a48bd..0d1d77fa11a 100644 --- a/Resources/Prototypes/_NF/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/_NF/Entities/Objects/Devices/pda.yml @@ -1,3 +1,13 @@ +- type: entity + id: MusicBasePDA + abstract: true + components: + - type: Instrument + allowPercussion: true + allowProgramChange: true + respectMidiLimits: false + handheld: true + - type: entity parent: BasePDA id: MercenaryPDA