From 4a9322a376b7968c4e51bb0bd618e301c11dbc86 Mon Sep 17 00:00:00 2001 From: Tom Date: Fri, 19 Feb 2021 23:11:18 +0000 Subject: [PATCH] MORE MMTUUTANT VAIRNANT (#3515) * MORE MMTUUTANT VAIRNANT * even more * actually i think i'm meant to do it like this --- code/modules/clothing/head/helmet.dm | 1 + code/modules/clothing/under/costume.dm | 1 + code/modules/clothing/under/jobs/cargo.dm | 1 + 3 files changed, 3 insertions(+) diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index 4bf70b88493..7e61a1416a9 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -96,6 +96,7 @@ armor = list(MELEE = 15, BULLET = 60, LASER = 10, ENERGY = 10, BOMB = 40, BIO = 0, RAD = 0, FIRE = 50, ACID = 50, WOUND = 5) can_flashlight = TRUE dog_fashion = null + mutant_variants = NONE // SKYRAT EDIT ADD /obj/item/clothing/head/helmet/old name = "degrading helmet" diff --git a/code/modules/clothing/under/costume.dm b/code/modules/clothing/under/costume.dm index 069cf03cf06..795161eb169 100644 --- a/code/modules/clothing/under/costume.dm +++ b/code/modules/clothing/under/costume.dm @@ -280,3 +280,4 @@ icon_state = "SwagOutfit" inhand_icon_state = "SwagOutfit" can_adjust = FALSE + mutant_variants = NONE // SKYRAT EDIT ADD diff --git a/code/modules/clothing/under/jobs/cargo.dm b/code/modules/clothing/under/jobs/cargo.dm index 7c102bd0f9c..2b5e8b66f88 100644 --- a/code/modules/clothing/under/jobs/cargo.dm +++ b/code/modules/clothing/under/jobs/cargo.dm @@ -25,6 +25,7 @@ body_parts_covered = CHEST|GROIN|ARMS mutantrace_variation = MUTANTRACE_VARIATION alt_covers_chest = TRUE + mutant_variants = NONE // SKYRAT EDIT ADD /obj/item/clothing/under/rank/cargo/tech/skirt name = "cargo technician's jumpskirt"