From: Errant <35878406+Errant-4@users.noreply.github.com> Date: Wed, 13 Dec 2023 00:02:29 +0000 (+0100) Subject: Blood-red medic armor ID change (#22422) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=21be01acdf9c13c4a223b5406e304122eb0b3f60;p=space-station-14.git Blood-red medic armor ID change (#22422) * Rename blood-red medic hardsuit prototype * Update guidebook * Migration --- diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml index de653b3bdf..1a93a18e19 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml @@ -472,7 +472,7 @@ # Syndicate Medic Hardsuit - type: entity parent: ClothingOuterHardsuitSyndie - id: ClothingOuterHardsuitMedic + id: ClothingOuterHardsuitSyndieMedic name: blood-red medic hardsuit description: A heavily armored and agile advanced hardsuit specifically designed for field medic operations. components: @@ -739,7 +739,7 @@ #ERT Medic Hardsuit - type: entity - parent: ClothingOuterHardsuitMedic + parent: ClothingOuterHardsuitSyndieMedic id: ClothingOuterHardsuitERTMedical name: ERT medic's hardsuit description: A protective hardsuit worn by the medics of an emergency response team. diff --git a/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml b/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml index 85e9b634d6..c8d8aff12b 100644 --- a/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml +++ b/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml @@ -148,7 +148,7 @@ eyes: ClothingEyesHudSyndicate ears: ClothingHeadsetAltSyndicate gloves: ClothingHandsGlovesCombat - outerClothing: ClothingOuterHardsuitMedic + outerClothing: ClothingOuterHardsuitSyndieMedic shoes: ClothingShoesBootsMagSyndie id: SyndiAgentPDA pocket1: DoubleEmergencyOxygenTankFilled diff --git a/Resources/ServerInfo/Guidebook/Antagonist/Nuclear Operatives.xml b/Resources/ServerInfo/Guidebook/Antagonist/Nuclear Operatives.xml index 767156452c..f3ced7eeda 100644 --- a/Resources/ServerInfo/Guidebook/Antagonist/Nuclear Operatives.xml +++ b/Resources/ServerInfo/Guidebook/Antagonist/Nuclear Operatives.xml @@ -13,9 +13,9 @@ - - The [color=#a4885c]Nukie Agent[/color] wears the black elite hardsuit, and can act as a combat medic for the mission. + - The [color=#a4885c]Nukie Agent[/color] wears the blood-red medic hardsuit, and can act as a combat medic for the mission. - + - Regular [color=#a4885c]Nuclear Operatives[/color], who have the normal blood red hardsuit. diff --git a/Resources/migration.yml b/Resources/migration.yml index 07a6c77831..a8f09ea042 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -93,3 +93,7 @@ SpawnPointSeniorResearcher: null SpawnPointSeniorOfficer: null SpawnPointSeniorEngineer: null SpawnPointSeniorPhysician: null + +# 2023-12-12 +#No this is not the CMO hardsuit, their prototype IDs were just confusingly similar +ClothingOuterHardsuitMedic: ClothingOuterHardsuitSyndieMedic