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"