From 131b02ba5a9c28ac286206cd96ec95b05a695bfb Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 10 Nov 2021 15:32:52 +0000 Subject: [PATCH] [MIRROR] Updates to envirosuit's virus protection values. [MDB IGNORE] (#9366) * Updates to envirosuit's virus protection values. (#62680) * added permeability_coefficient to plasmaman suits * readded virus protection to eva envirosuit * Updates to envirosuit's virus protection values. Co-authored-by: remuluson2 --- code/modules/clothing/under/jobs/Plasmaman/civilian_service.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/under/jobs/Plasmaman/civilian_service.dm b/code/modules/clothing/under/jobs/Plasmaman/civilian_service.dm index 20c5eaecec0..52e22521c62 100644 --- a/code/modules/clothing/under/jobs/Plasmaman/civilian_service.dm +++ b/code/modules/clothing/under/jobs/Plasmaman/civilian_service.dm @@ -6,6 +6,7 @@ inhand_icon_state = "plasmaman" icon = 'icons/obj/clothing/under/plasmaman.dmi' worn_icon = 'icons/mob/clothing/under/plasmaman.dmi' + permeability_coefficient = 0.5 armor = list(MELEE = 0, BULLET = 0, LASER = 0, ENERGY = 0, BOMB = 0, BIO = 100, FIRE = 95, ACID = 95) body_parts_covered = CHEST|GROIN|LEGS|FEET|ARMS|HANDS can_adjust = FALSE