From dc5f77f6c808707d4648ae94a150635217a15f02 Mon Sep 17 00:00:00 2001 From: Vera Aguilera Puerto Date: Sun, 20 Dec 2020 02:16:15 +0100 Subject: [PATCH] Remove unlimited synth prototype. Maybe it isn't the greatest of ideas, given how anybody could spawn it in sandbox mode. --- .../Prototypes/Entities/Objects/Fun/instruments.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Fun/instruments.yml b/Resources/Prototypes/Entities/Objects/Fun/instruments.yml index 1ed3f2dce3..6656842ab9 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/instruments.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/instruments.yml @@ -223,15 +223,3 @@ - type: Item size: 24 sprite: Objects/Fun/Instruments/h_synthesizer.rsi - -- type: entity - name: super synthesizer - suffix: no MIDI limits - description: Blasting the ghetto with Touhou MIDIs since 2020. - id: SuperSynthesizerUnlimitedInstrument - parent: SuperSynthesizerInstrument - components: - - type: Instrument - allowPercussion: true - allowProgramChange: true - respectMidiLimits: false