From 0938b5f362985278dbaffa10661a09d40828da4e Mon Sep 17 00:00:00 2001 From: Hazelrat Date: Wed, 30 Oct 2024 01:41:49 +0000 Subject: [PATCH] Resolved a typo --- code/modules/client/preference_setup/loadout/items/head.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/preference_setup/loadout/items/head.dm b/code/modules/client/preference_setup/loadout/items/head.dm index ac764f536f3..bdd88a53a4a 100644 --- a/code/modules/client/preference_setup/loadout/items/head.dm +++ b/code/modules/client/preference_setup/loadout/items/head.dm @@ -340,7 +340,7 @@ path = /obj/item/clothing/head/beanie/winter flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION | GEAR_HAS_ACCENT_COLOR_SELECTION -datum/gear/head/submariner_beanie +/datum/gear/head/submariner_beanie display_name = "submariner's beanie" path = /obj/item/clothing/head/beanie/submariner flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION