From 2d01b675bee3c3f6f58d8dc175bc97558d91a47b Mon Sep 17 00:00:00 2001 From: Alan Date: Mon, 20 Oct 2025 12:01:06 -0400 Subject: [PATCH] Expedition coat name hopfix (#30720) --- code/modules/clothing/suits/misc_suits.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/misc_suits.dm b/code/modules/clothing/suits/misc_suits.dm index 7d7008877c5..cf3a0b25cdf 100644 --- a/code/modules/clothing/suits/misc_suits.dm +++ b/code/modules/clothing/suits/misc_suits.dm @@ -583,7 +583,7 @@ icon_state = "winterhood_coroner" /obj/item/clothing/suit/hooded/wintercoat/explorer - name = "Head of Personnel's winter coat" + name = "expedition winter coat" icon_state = "wintercoat_exp" inhand_icon_state = "coatexplorer" allowed = list(/obj/item/pickaxe, /obj/item/flashlight, /obj/item/tank/internals/emergency_oxygen, /obj/item/toy, /obj/item/storage/fancy/cigarettes, /obj/item/lighter, /obj/item/t_scanner/adv_mining_scanner, /obj/item/storage/bag/ore, /obj/item/gun/energy/kinetic_accelerator)