From: Ubaser <134914314+UbaserB@users.noreply.github.com> Date: Thu, 18 Jan 2024 15:26:59 +0000 (+1100) Subject: Paramedic void suit is now a soft suit. (#24229) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=08c2cac96d95acb513b7e7a14ee8a7e91adb5a0a;p=space-station-14.git Paramedic void suit is now a soft suit. (#24229) add --- 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