From 1f7ca14b9ced8c34408f40bea6e3f5e9c7cd887c Mon Sep 17 00:00:00 2001 From: Cerebulon Date: Sat, 24 Sep 2022 02:08:58 +0100 Subject: [PATCH] corrects naming of government beret selection from a loadout rename PR --- code/modules/client/preference_setup/loadout/loadout_head.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/preference_setup/loadout/loadout_head.dm b/code/modules/client/preference_setup/loadout/loadout_head.dm index f46e0dab7a..a316ade277 100644 --- a/code/modules/client/preference_setup/loadout/loadout_head.dm +++ b/code/modules/client/preference_setup/loadout/loadout_head.dm @@ -339,7 +339,7 @@ path = /obj/item/clothing/head/welding/engie /datum/gear/head/beret/solgov - display_name = "beret, solgov selection" + display_name = "beret, government selection" path = /obj/item/clothing/head/beret/solgov /datum/gear/head/beret/solgov/New()