From: Pancake Date: Thu, 18 Apr 2024 03:00:55 +0000 (-0700) Subject: Add Hardhats to Station Engineer Loadouts (#27044) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=3c1ec9ac3435600f547c30d77512744b003a1f27;p=space-station-14.git Add Hardhats to Station Engineer Loadouts (#27044) * Add hardhats to loadout. * Update Resources/Prototypes/Loadouts/Jobs/Engineering/station_engineer.yml * Update Resources/Prototypes/Loadouts/loadout_groups.yml --------- Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> --- diff --git a/Resources/Prototypes/Loadouts/Jobs/Engineering/station_engineer.yml b/Resources/Prototypes/Loadouts/Jobs/Engineering/station_engineer.yml index faf03f0547..7104598b3a 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Engineering/station_engineer.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Engineering/station_engineer.yml @@ -20,14 +20,32 @@ # Head - type: loadout - id: StationEngineerHead - equipment: StationEngineerHead + id: StationEngineerHardhatYellow + equipment: StationEngineerHardhatYellow - type: startingGear - id: StationEngineerHead + id: StationEngineerHardhatYellow equipment: head: ClothingHeadHatHardhatYellow +- type: loadout + id: StationEngineerHardhatOrange + equipment: StationEngineerHardhatOrange + +- type: startingGear + id: StationEngineerHardhatOrange + equipment: + head: ClothingHeadHatHardhatOrange + +- type: loadout + id: StationEngineerHardhatRed + equipment: StationEngineerHardhatRed + +- type: startingGear + id: StationEngineerHardhatRed + equipment: + head: ClothingHeadHatHardhatRed + - type: loadout id: SeniorEngineerBeret equipment: EngineeringBeret diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index 84655c3195..dacfc9fd03 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -601,7 +601,9 @@ id: StationEngineerHead name: loadout-group-station-engineer-head loadouts: - - StationEngineerHead + - StationEngineerHardhatYellow + - StationEngineerHardhatOrange + - StationEngineerHardhatRed - SeniorEngineerBeret - type: loadoutGroup