From 1346c1a883b155a7cb38d18bb8464ebd8d5bc56a Mon Sep 17 00:00:00 2001 From: TheObserver-sys <58029438+TheObserver-sys@users.noreply.github.com> Date: Sun, 15 Oct 2023 16:38:02 -0400 Subject: [PATCH] Adds the Cosmic Winter Coat to the Loadout System (#6069) ## About The Pull Request ![image](https://github.com/Citadel-Station-13/Citadel-Station-13-RP/assets/58029438/8d1c069e-5fe8-42e0-8dc7-ff890a48c276) Co-authored-by: TheObserver-sys --- code/modules/loadout/loadout_suit.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/loadout/loadout_suit.dm b/code/modules/loadout/loadout_suit.dm index efa0c07d421..870bad66819 100644 --- a/code/modules/loadout/loadout_suit.dm +++ b/code/modules/loadout/loadout_suit.dm @@ -240,6 +240,10 @@ name = "Winter Coat - Olive Green" path = /obj/item/clothing/suit/storage/hooded/wintercoat/olive +/datum/loadout_entry/suit/wintercoat/cosmic + name = "Winter Coat - Cosmic" + path = /obj/item/clothing/suit/storage/hooded/wintercoat/cosmic + /datum/loadout_entry/suit/techrobes name = "Techpriest" path = /obj/item/clothing/suit/storage/hooded/techpriest