From cef1be348f34b9c806ebc4e6ecf864bf66e2d7c7 Mon Sep 17 00:00:00 2001 From: Justice <42555530+Justice12354@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:43:37 +0100 Subject: [PATCH] Makes it so henchmen jumpsuit can't be adjusted (#91651) ## About The Pull Request Makes it so henchmen jumpsuit can't be adjusted ## Why It's Good For The Game Because there isn't a sprite for adjusted henchmen jumpsuit ## Changelog :cl: fix: henchmen jumpsuit no longer turns pink and black when u try to adjust it (you can't adjust it now) /:cl: --- code/modules/clothing/under/costume.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/under/costume.dm b/code/modules/clothing/under/costume.dm index adc7cb1a30a..6e24bb17f5d 100644 --- a/code/modules/clothing/under/costume.dm +++ b/code/modules/clothing/under/costume.dm @@ -477,6 +477,7 @@ worn_icon = 'icons/mob/clothing/under/syndicate.dmi' icon_state = "henchmen" inhand_icon_state = null + can_adjust = FALSE body_parts_covered = CHEST|GROIN|LEGS|FEET|ARMS|HANDS|HEAD flags_inv = HIDEGLOVES|HIDESHOES|HIDEEARS|HIDEEYES|HIDEHAIR