From 7696ca8b69cb1980347bdc019180ea1edb150c5b Mon Sep 17 00:00:00 2001 From: Mitchs98 Date: Wed, 16 Dec 2020 13:07:14 -0600 Subject: [PATCH] adds synth to loadout (#14988) --- code/modules/client/preference/loadout/loadout_general.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/client/preference/loadout/loadout_general.dm b/code/modules/client/preference/loadout/loadout_general.dm index 026ccdd126a..e402712aa66 100644 --- a/code/modules/client/preference/loadout/loadout_general.dm +++ b/code/modules/client/preference/loadout/loadout_general.dm @@ -138,6 +138,10 @@ path = /obj/item/cartridge/mob_hunt_game cost = 2 +/datum/gear/piano_synth + display_name ="synthesizer" + path = /obj/item/instrument/piano_synth + cost = 2 ////////////////////// // Mugs // //////////////////////