diff --git a/code/modules/clothing/suits/miscellaneous.dm b/code/modules/clothing/suits/miscellaneous.dm index 381d0820287..19204eeb832 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -372,6 +372,7 @@ item_state = "xenos_helm" body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS|HANDS flags_inv = HIDEGLOVES|HIDESHOES|HIDEJUMPSUIT + flags = ONESIZEFITSALL siemens_coefficient = 2.0 //swimsuit /obj/item/clothing/under/swimsuit/ diff --git a/icons/mob/suit_fat.dmi b/icons/mob/suit_fat.dmi index 6051db37972..c2c2e8da685 100644 Binary files a/icons/mob/suit_fat.dmi and b/icons/mob/suit_fat.dmi differ