From: lzk <124214523+lzk228@users.noreply.github.com> Date: Fri, 23 Aug 2024 01:29:50 +0000 (+0200) Subject: Give clown the second jester suit (#30673) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=e6e5365062ebc73d50c6e81853712cfbcf8c326b;p=space-station-14.git Give clown the second jester suit (#30673) * Give clown the second jester suit * hat --- 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