diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index 6a8a1c3020..7e0804e811 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -474,7 +474,6 @@ item_state = "sundress" item_color = "sundress_white" body_parts_covered = CHEST|GROIN - mutantrace_variation = NO_MUTANTRACE_VARIATION fitted = FEMALE_UNIFORM_TOP can_adjust = FALSE @@ -601,7 +600,6 @@ icon_state = "corset" item_color = "corset" body_parts_covered = CHEST|GROIN - mutantrace_variation = NO_MUTANTRACE_VARIATION fitted = FEMALE_UNIFORM_TOP can_adjust = FALSE @@ -939,4 +937,4 @@ item_state = "christmasfemaleg" body_parts_covered = CHEST|GROIN can_adjust = FALSE - + diff --git a/icons/mob/uniform_digi.dmi b/icons/mob/uniform_digi.dmi index 9173a3ceaa..b11797cfb5 100644 Binary files a/icons/mob/uniform_digi.dmi and b/icons/mob/uniform_digi.dmi differ