From 1478e17fea1dd2363f19651d030070a9bdc49d14 Mon Sep 17 00:00:00 2001 From: ShizCalev Date: Sat, 28 Apr 2018 03:33:44 -0400 Subject: [PATCH 1/2] Fixes invisible turtleneck alt state --- code/modules/clothing/under/syndicate.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/clothing/under/syndicate.dm b/code/modules/clothing/under/syndicate.dm index 34ba1b8bb1..83cab9d992 100644 --- a/code/modules/clothing/under/syndicate.dm +++ b/code/modules/clothing/under/syndicate.dm @@ -22,6 +22,7 @@ icon_state = "really_black_suit" item_state = "bl_suit" item_color = "black_suit" + can_adjust = FALSE /obj/item/clothing/under/syndicate/camo name = "camouflage fatigues" @@ -29,6 +30,7 @@ icon_state = "camogreen" item_state = "g_suit" item_color = "camogreen" + can_adjust = FALSE /obj/item/clothing/under/syndicate/soviet name = "Ratnik 5 tracksuit"