diff --git a/code/modules/clothing/under/color.dm b/code/modules/clothing/under/color.dm index 7f22d743c02..4b23c9911a0 100644 --- a/code/modules/clothing/under/color.dm +++ b/code/modules/clothing/under/color.dm @@ -69,6 +69,8 @@ /obj/item/clothing/under/color/grey/ancient name = "ancient jumpsuit" desc = "A terribly ragged and frayed grey jumpsuit. It looks like it hasn't been washed in over a decade." + icon_state = "grey_ancient" + can_adjust = FALSE /obj/item/clothing/under/color/blue name = "blue jumpsuit" diff --git a/icons/mob/clothing/under/color.dmi b/icons/mob/clothing/under/color.dmi index 31180a49118..eb43ed68ef0 100644 Binary files a/icons/mob/clothing/under/color.dmi and b/icons/mob/clothing/under/color.dmi differ diff --git a/icons/obj/clothing/under/color.dmi b/icons/obj/clothing/under/color.dmi index 87104b6cf8f..10787ca7db6 100644 Binary files a/icons/obj/clothing/under/color.dmi and b/icons/obj/clothing/under/color.dmi differ