From 7f0f5d38cd6c949cd1a1faae6d3cf5345a5e051f Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Thu, 15 Feb 2024 17:54:48 +0100 Subject: [PATCH] Fixes Recorder/Trombone/Saxophone (#7751) --- .../client/preference_setup/loadout/loadout_utility_ch.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/client/preference_setup/loadout/loadout_utility_ch.dm b/code/modules/client/preference_setup/loadout/loadout_utility_ch.dm index 391f262606..8ee2a6f57d 100644 --- a/code/modules/client/preference_setup/loadout/loadout_utility_ch.dm +++ b/code/modules/client/preference_setup/loadout/loadout_utility_ch.dm @@ -109,13 +109,13 @@ cost = 3 /datum/gear/utility/saxophone - display_name = "Recorder" + display_name = "Saxophone" description = "Another lovely intrument to serenade the crew" path = /obj/item/instrument/saxophone cost = 3 /datum/gear/utility/trombone - display_name = "Recorder" + display_name = "Trombone" description = "A trombone" path = /obj/item/instrument/trombone cost = 3 @@ -160,4 +160,4 @@ display_name = "taur duty vest (backpack) (Heavy)" path = /obj/item/weapon/storage/backpack/saddlebag_common/vest/heavy slot = slot_back - cost = 1 \ No newline at end of file + cost = 1