From 20103e9e37e3db09ce56cfbd99928ccf4c734635 Mon Sep 17 00:00:00 2001 From: Whisper <121047731+QuietlyWhisper@users.noreply.github.com> Date: Thu, 4 May 2023 10:19:48 -0400 Subject: [PATCH] Keep brigmed jumpsuits available to HOP (#16082) --- .../Entities/Clothing/Uniforms/jumpskirts.yml | 2 +- .../Entities/Clothing/Uniforms/jumpsuits.yml | 2 +- .../Entities/Structures/Machines/lathe.yml | 2 ++ Resources/Prototypes/Recipes/Lathes/clothing.yml | 14 ++++++++++++++ Resources/migration.yml | 5 +---- 5 files changed, 19 insertions(+), 6 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml index 977d0c1883..ea613e0930 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml @@ -264,7 +264,7 @@ parent: ClothingUniformBase id: ClothingUniformJumpskirtBrigmedic name: brigmedic jumpskirt - description: The uniform is issued to qualified persons who have been trained, but no one cares that the training took place half a day. + description: This uniform is issued to qualified personnel who have been trained. No one cares that the training took half a day. components: - type: Sprite sprite: Clothing/Uniforms/Jumpskirt/brigmedic.rsi diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml index 443e3a6720..862b9bc149 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml @@ -389,7 +389,7 @@ parent: ClothingUniformBase id: ClothingUniformJumpsuitBrigmedic name: brigmedic jumpsuit - description: The uniform is issued to qualified persons who have been trained, but no one cares that the training took place half a day. + description: This uniform is issued to qualified personnel who have been trained. No one cares that the training took half a day. components: - type: Sprite sprite: Clothing/Uniforms/Jumpsuit/brigmedic.rsi diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index df25d0475e..94e9a1d78c 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -576,6 +576,8 @@ - ClothingUniformJumpskirtScientist - ClothingUniformJumpsuitSec - ClothingUniformJumpskirtSec + - ClothingUniformJumpsuitBrigmedic + - ClothingUniformJumpskirtBrigmedic - ClothingUniformJumpsuitWarden - ClothingUniformJumpskirtWarden - ClothingOuterWinterCap diff --git a/Resources/Prototypes/Recipes/Lathes/clothing.yml b/Resources/Prototypes/Recipes/Lathes/clothing.yml index 8d7e977efd..9898142a91 100644 --- a/Resources/Prototypes/Recipes/Lathes/clothing.yml +++ b/Resources/Prototypes/Recipes/Lathes/clothing.yml @@ -392,6 +392,20 @@ materials: Cloth: 300 +- type: latheRecipe + id: ClothingUniformJumpsuitBrigmedic + result: ClothingUniformJumpsuitBrigmedic + completetime: 4 + materials: + Cloth: 300 + +- type: latheRecipe + id: ClothingUniformJumpskirtBrigmedic + result: ClothingUniformJumpskirtBrigmedic + completetime: 4 + materials: + Cloth: 300 + - type: latheRecipe id: ClothingUniformJumpsuitWarden result: ClothingUniformJumpsuitWarden diff --git a/Resources/migration.yml b/Resources/migration.yml index 6561d86574..0d8b17df16 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -6,7 +6,7 @@ # Window: WallSolid # WallSolid: Window # Table: null - +# chem_dispenser: ChemDispenser KvassTankFull: null DrinkKvassGlass: null @@ -19,9 +19,6 @@ ClothingHeadHatBeretBrigmedic: null ClothingHeadHelmetHardsuitBrigmedic: null ClothingOuterHardsuitBrigmedic: null ClothingOuterCoatAMG: null -ClothingUniformJumpsuitBrigmedic: null -ClothingUniformJumpskirtBrigmedic: null -ClothingUniformJumpskirtOfLife: null ClothingBackpackBrigmedic: null ClothingBackpackBrigmedicFilled: null ClothingBackpackSatchelBrigmedic: null -- 2.51.2