From dd030ac7e56f4632daca126ddcfc22ec4d1e3725 Mon Sep 17 00:00:00 2001 From: Puro <103608145+PuroSlavKing@users.noreply.github.com> Date: Mon, 17 Apr 2023 08:58:54 +0300 Subject: [PATCH] [Fix?] Chameleon mimics hardsuit helmets (#15386) --- .../Prototypes/Entities/Clothing/Head/base_clothinghead.yml | 3 +++ .../Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml b/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml index dc3432be6a..5b1fc327c2 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml @@ -23,6 +23,9 @@ spawned: - id: MaterialCloth1 amount: 1 + - type: Tag + tags: + - WhitelistChameleon - type: entity abstract: true diff --git a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml index 0ae03d3f35..11a390d8d4 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml @@ -234,6 +234,7 @@ - type: entity parent: ClothingHeadHardsuitWithLightBase id: ClothingHeadHelmetHardsuitBrigmed + noSpawn: true name: brigmed hardsuit helmet description: The lightweight helmet of the brigmed hardsuit. Protects against viruses, and clowns. components: @@ -518,6 +519,7 @@ - type: entity parent: ClothingHeadHardsuitWithLightBase id: ClothingHeadHelmetHardsuitERTLeader + noSpawn: true name: ERT leader hardsuit helmet description: A special hardsuit helmet worn by members of an emergency response team. components: @@ -531,6 +533,7 @@ - type: entity parent: ClothingHeadHelmetHardsuitERTLeader id: ClothingHeadHelmetHardsuitERTEngineer + noSpawn: true name: ERT engineer hardsuit helmet components: - type: Sprite @@ -543,6 +546,7 @@ - type: entity parent: ClothingHeadHelmetHardsuitERTLeader id: ClothingHeadHelmetHardsuitERTMedical + noSpawn: true name: ERT medic hardsuit helmet components: - type: Sprite @@ -555,6 +559,7 @@ - type: entity parent: ClothingHeadHelmetHardsuitERTLeader id: ClothingHeadHelmetHardsuitERTSecurity + noSpawn: true name: ERT security hardsuit helmet components: - type: Sprite @@ -567,6 +572,7 @@ - type: entity parent: ClothingHeadHelmetHardsuitERTLeader id: ClothingHeadHelmetHardsuitERTJanitor + noSpawn: true name: ERT janitor hardsuit helmet components: - type: Sprite -- 2.51.2