From ecbeada84bd8a9f4d0b032471563f3601d21c310 Mon Sep 17 00:00:00 2001 From: Panter Date: Tue, 7 Aug 2018 21:24:52 +0200 Subject: [PATCH] Fixed the 'Uniform, NavyBlue (Warden)' in the character loadout actually being a duplicate 'Uniform, NavyBlue (Security Officer)'. (#5108) --- code/modules/client/preference_setup/loadout/loadout_suit.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/preference_setup/loadout/loadout_suit.dm b/code/modules/client/preference_setup/loadout/loadout_suit.dm index 3ca07276754..bba60588638 100644 --- a/code/modules/client/preference_setup/loadout/loadout_suit.dm +++ b/code/modules/client/preference_setup/loadout/loadout_suit.dm @@ -188,7 +188,7 @@ /datum/gear/suit/secjacketwarden display_name = "navy security jacket (Warden)" - path = /obj/item/clothing/suit/security/navyofficer + path = /obj/item/clothing/suit/security/navywarden allowed_roles = list("Head of Security", "Warden") /datum/gear/suit/secjackethos