diff --git a/Resources/Prototypes/Loadouts/Jobs/Cargo/cargo_technician.yml b/Resources/Prototypes/Loadouts/Jobs/Cargo/cargo_technician.yml index b230d17f19d..9fa0acf966e 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Cargo/cargo_technician.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Cargo/cargo_technician.yml @@ -41,4 +41,5 @@ - type: loadout id: CargoWinterBoots equipment: - shoes: ClothingShoesBootsWinterCargo \ No newline at end of file + shoes: ClothingShoesBootsWinterCargo + diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index 8425d37cbcc..b5625c6ee57 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -696,6 +696,8 @@ id: CargoTechnicianJumpsuit name: loadout-group-cargo-technician-jumpsuit loadouts: + #- CargoTechnicianJumpsuit + #- CargoTechnicianJumpskirt - ClothingUniformJumpsuitCargoTechPants # DeltaV - ClothingUniformJumpsuitCargoTechOveralls # DeltaV - ClothingUniformJumpskirtCargoTechRomper # DeltaV diff --git a/Resources/Prototypes/_DV/Loadouts/Jobs/Cargo/cargo_assistant.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Cargo/cargo_assistant.yml deleted file mode 100644 index e36cf205b97..00000000000 --- a/Resources/Prototypes/_DV/Loadouts/Jobs/Cargo/cargo_assistant.yml +++ /dev/null @@ -1,10 +0,0 @@ -# Jumpsuit -- type: loadout - id: ClothingUniformJumpsuitCargo - equipment: - jumpsuit: ClothingUniformJumpsuitCargo - -- type: loadout - id: ClothingUniformJumpskirtCargo - equipment: - jumpsuit: ClothingUniformJumpskirtCargo