From ed833c7e8ce5879abd308709af47b7cd82e55c8f Mon Sep 17 00:00:00 2001 From: Lars Date: Fri, 5 Jul 2024 09:25:47 +0200 Subject: [PATCH] removes slop --- code/modules/clothing/head/helmet.dm | 4 ---- code/modules/clothing/suits/marine_armor/_marine_armor.dm | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index c0f97810e06b..00689181c3cf 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -1008,14 +1008,10 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list( min_cold_protection_temperature = ICE_PLANET_MIN_COLD_PROT max_heat_protection_temperature = FIRESUIT_MAX_HEAT_PROT flags_cold_protection = BODY_FLAG_HEAD - gas_transfer_coefficient = 0.1 - permeability_coefficient = 0.9 siemens_coefficient = 1 flags_inventory = BLOCKSHARPOBJ|COVERMOUTH|COVEREYES|ALLOWINTERNALS|BLOCKGASEFFECT|ALLOWREBREATH|ALLOWCPR flags_inv_hide = HIDEEARS|HIDEEYES|HIDETOPHAIR|HIDEMASK|HIDELOWHAIR|HIDEFACE unacidable = TRUE - var/gas_filter_strength = 1 //For gas mask filters - var/list/filtered_gases = list("phoron", "sleeping_agent", "carbon_dioxide") //=============================//PMCS\\==================================\\ //=======================================================================\\ diff --git a/code/modules/clothing/suits/marine_armor/_marine_armor.dm b/code/modules/clothing/suits/marine_armor/_marine_armor.dm index cedf20257605..f963202df45d 100644 --- a/code/modules/clothing/suits/marine_armor/_marine_armor.dm +++ b/code/modules/clothing/suits/marine_armor/_marine_armor.dm @@ -672,7 +672,7 @@ /obj/item/clothing/suit/storage/marine/caustic name = "\improper Z-210 Armor" desc = "A lightweight piece of Z-210 ANCW armor. It has incredibly soft cushioning on the inside, thanks to the gel pads. A truck could hit you and you be fine in this." - desc_lore = "A special piece of armormend developed against the Xenomporh threat by the USMC top scientists. Based on the design of the Z-110 Acid Neutralizing Combat Wardrobe by Grant Corp, this armor system has been modified to allow soldiers to perform unrestricted in battle. It uses CN-Gel to neutalize even the heaviest of xenomoprh acidcs, and turn their PH level to that of water, wich glides rigth of the superhydrophobicsurface of the armor plates. Its insides are lined with a combination of fiber and gel cushioning, serving as a storage for the CN-Gel, and to protect the user of heavy impacts. CN-Gel also serves as a great insulator, protecting the user from from the harshest of colds, to the blazing sun. Allowing the user to perform in any enviorment. The original Z-110 was to heavy for active combat so the new Z-210 version has been striped down tremendously, barley leaving room for any form of protection against projectiles. Making it unsuitable for combat against human combatance. Grant Corp's openly avilabel NutraGel has been studied by WY and USMC scientist to creat a version of the gel to use xenomorph XX-121 biomatter, primarily their saliva, as a base for Compound NutraGel, or CN-Gel. Making it clearer, thermoinsulating, thicker, and overall more economic. Allowing a Z-210 Armor system to be fully operational for weeks before needing to be refilled." + desc_lore = "A special piece of armormend developed against the Xenomporh threat by the USMC's and WY's top scientists. Based on the design of the Z-110 Acid Neutralizing Combat Wardrobe by Grant Corp, this armor system has been modified to allow soldiers to perform unrestricted in battle. It uses CN-Gel to neutalize even the heaviest of xenomoprh acidcs, and turn their PH level to that of water, wich glides rigth of the superhydrophobicsurface of the armor plates. Its insides are lined with a combination of fiber and gel cushioning, serving as a storage for the CN-Gel, and to protect the user of heavy impacts. CN-Gel also serves as a great insulator, protecting the user from from the harshest of colds, to the blazing sun. Allowing the user to perform in any enviorment. The original Z-110 was to heavy for active combat so the new Z-210 version has been striped down tremendously, barley leaving room for any form of protection against projectiles. Making it unsuitable for combat against human combatance. Grant Corp's openly avilabel NutraGel has been studied by WY and USMC scientist to creat a version of the gel to use xenomorph XX-121 biomatter, primarily their saliva, as a base for Compound NutraGel, or CN-Gel. Making it clearer, thermoinsulating, thicker, and overall more economic. Allowing a Z-210 Armor system to be fully operational for weeks before needing to be refilled." icon = 'icons/obj/items/clothing/cm_suits.dmi' icon_state = "caustic_H" item_state = "caustic_H"