From 08c2cac96d95acb513b7e7a14ee8a7e91adb5a0a Mon Sep 17 00:00:00 2001 From: Ubaser <134914314+UbaserB@users.noreply.github.com> Date: Fri, 19 Jan 2024 02:26:59 +1100 Subject: [PATCH] Paramedic void suit is now a soft suit. (#24229) add --- Resources/Prototypes/Catalog/Fills/Lockers/medical.yml | 1 - .../Prototypes/Entities/Clothing/Head/eva-helmets.yml | 1 - .../Entities/Clothing/OuterClothing/softsuits.yml | 9 +++++++-- Resources/migration.yml | 3 +++ 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml b/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml index a26bfaec1a..0461538b03 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml @@ -131,7 +131,6 @@ components: - type: StorageFill contents: - - id: ClothingHeadHelmetVoidParamed - id: ClothingOuterHardsuitVoidParamed - id: ClothingOuterCoatParamedicWB - id: ClothingHeadHatParamedicsoft diff --git a/Resources/Prototypes/Entities/Clothing/Head/eva-helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/eva-helmets.yml index d9dbdb4e40..963bcdedd7 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/eva-helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/eva-helmets.yml @@ -71,7 +71,6 @@ - type: Armor modifiers: coefficients: - Slash: 0.95 Heat: 0.90 Radiation: 0.75 diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/softsuits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/softsuits.yml index 6ab9798131..45f170dcb7 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/softsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/softsuits.yml @@ -87,7 +87,7 @@ - type: HeldSpeedModifier #Paramedic Voidsuit -#Despite having resistances and looking like one, this is two-piece and parents off the EVA suit so it goes here. +#Despite having resistances and looking like a hardsuit, this parents off the EVA suit so it goes here. - type: entity parent: ClothingOuterEVASuitBase id: ClothingOuterHardsuitVoidParamed @@ -110,10 +110,15 @@ - type: Armor modifiers: coefficients: - Slash: 0.95 Heat: 0.90 Radiation: 0.75 Caustic: 0.5 - type: GroupExamine - type: StealTarget stealGroup: ClothingOuterHardsuitVoidParamed + - type: ToggleableClothing + clothingPrototype: ClothingHeadHelmetVoidParamed + slot: head + - type: ContainerContainer + containers: + toggleable-clothing: !type:ContainerSlot {} diff --git a/Resources/migration.yml b/Resources/migration.yml index 1584ec0b40..5d31d34d5f 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -159,3 +159,6 @@ ClothingHeadHatHoodRad: null # 2024-01-12 SpaceMedipen: null + +# 2024-01-18 +ClothingHeadHelmetVoidParamed: null -- 2.51.2