From bbf84d0346b40cc9d10a298002974f66061978a7 Mon Sep 17 00:00:00 2001 From: LittleNorthStar Date: Fri, 27 Sep 2024 20:03:54 +1000 Subject: [PATCH] Feature/grey trenchcoat for detective loadout (#32380) * Detective grey coat available in loadout * Revert "Detective grey coat available in loadout" This reverts commit 3697e15518b300cbc110872dc92d7905b7ef2605. * Reapply "Detective grey coat available in loadout" This reverts commit 8e5f43a035d70a7076ba26d43ed683b135af1d99. * Hoping I got this right? * Fixing a oversight * Update Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- Resources/Prototypes/Loadouts/Jobs/Security/detective.yml | 5 +++++ Resources/Prototypes/Loadouts/loadout_groups.yml | 1 + 2 files changed, 6 insertions(+) diff --git a/Resources/Prototypes/Loadouts/Jobs/Security/detective.yml b/Resources/Prototypes/Loadouts/Jobs/Security/detective.yml index e8afa5a203..15fdd073b5 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Security/detective.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Security/detective.yml @@ -46,3 +46,8 @@ id: DetectiveCoat equipment: outerClothing: ClothingOuterCoatDetectiveLoadout + +- type: loadout + id: DetectiveCoatGrey + equipment: + outerClothing: ClothingOuterCoatDetectiveLoadoutGrey diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index fe17ea0fff..9bf0b4eb3d 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -1054,6 +1054,7 @@ loadouts: - DetectiveArmorVest - DetectiveCoat + - DetectiveCoatGrey - type: loadoutGroup id: SecurityCadetJumpsuit -- 2.51.2