From 514c67852ef43a9fd662c7e5d79a6c22cbf98a50 Mon Sep 17 00:00:00 2001 From: Flixsim <176769412+Flixsim@users.noreply.github.com> Date: Sat, 3 Aug 2024 21:30:12 +0500 Subject: [PATCH] Skirts visible through hardsuit fix (#1184) --- code/modules/clothing/spacesuits/hardsuit.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/clothing/spacesuits/hardsuit.dm b/code/modules/clothing/spacesuits/hardsuit.dm index c5f22156f7e9..ba474faf65f7 100644 --- a/code/modules/clothing/spacesuits/hardsuit.dm +++ b/code/modules/clothing/spacesuits/hardsuit.dm @@ -107,10 +107,8 @@ var/helmettype = /obj/item/clothing/head/helmet/space/hardsuit var/obj/item/tank/jetpack/suit/jetpack = null var/hardsuit_type - flags_inv = HIDETAUR //bluemood add mutantrace_variation = STYLE_DIGITIGRADE|STYLE_SNEK_TAURIC //bluemood add - /obj/item/clothing/suit/space/hardsuit/Initialize(mapload) if(jetpack && ispath(jetpack)) jetpack = new jetpack(src)