From 95891e97b0d174d89a3ba84c5eb8cd256bc0028f Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 5 Sep 2020 00:02:05 -0500 Subject: [PATCH] fixes the corset not working i dont care if it's unrelated it has the same fix as my jumpskirt issue so i might as well --- code/modules/clothing/under/miscellaneous.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index 3ea406e8..7b7b1f53 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -783,4 +783,5 @@ item_state = "corset" body_parts_covered = CHEST|GROIN can_adjust = FALSE - fitted = FEMALE_UNIFORM_TOP \ No newline at end of file + fitted = FEMALE_UNIFORM_TOP + mutantrace_variation = NO_MUTANTRACE_VARIATION