From e6e5365062ebc73d50c6e81853712cfbcf8c326b Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Fri, 23 Aug 2024 03:29:50 +0200 Subject: [PATCH] Give clown the second jester suit (#30673) * Give clown the second jester suit * hat --- Resources/Prototypes/Loadouts/Jobs/Civilian/clown.yml | 10 ++++++++++ Resources/Prototypes/Loadouts/loadout_groups.yml | 2 ++ 2 files changed, 12 insertions(+) diff --git a/Resources/Prototypes/Loadouts/Jobs/Civilian/clown.yml b/Resources/Prototypes/Loadouts/Jobs/Civilian/clown.yml index 161d49c1ed..6503667798 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Civilian/clown.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Civilian/clown.yml @@ -1,6 +1,11 @@ # Head - type: loadout id: JesterHat + equipment: + head: ClothingHeadHatJester + +- type: loadout + id: JesterAltHat equipment: head: ClothingHeadHatJesterAlt @@ -12,6 +17,11 @@ - type: loadout id: JesterSuit + equipment: + jumpsuit: ClothingUniformJumpsuitJester + +- type: loadout + id: JesterAltSuit equipment: jumpsuit: ClothingUniformJumpsuitJesterAlt diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index 868fb1f7d2..01db51af92 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -399,6 +399,7 @@ minLimit: 0 loadouts: - JesterHat + - JesterAltHat - type: loadoutGroup id: ClownJumpsuit @@ -406,6 +407,7 @@ loadouts: - ClownSuit - JesterSuit + - JesterAltSuit - type: loadoutGroup id: ClownBackpack -- 2.51.2