From fc8148279de804a3fadc743631db4eb9e843a8b0 Mon Sep 17 00:00:00 2001 From: Dvir Date: Mon, 4 Mar 2024 23:03:30 +0200 Subject: [PATCH] JesterMusicPDA --- Resources/Prototypes/Entities/Objects/Devices/pda.yml | 2 +- .../Prototypes/_NF/Entities/Objects/Devices/pda.yml | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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