diff --git a/code/modules/clothing/suits/miscellaneous.dm b/code/modules/clothing/suits/miscellaneous.dm index 8d1fe3bcace..4735423585c 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -404,7 +404,7 @@ //hoodies /obj/item/clothing/suit/hooded/hoodie - name = "hoodie" + name = "black hoodie" desc = "It's a hoodie. It has a hood. Most hoodies do." icon_state = "black_hoodie" item_state = "labcoat" @@ -416,7 +416,7 @@ ) /obj/item/clothing/head/hood - name = "hood" + name = "black hood" desc = "A hood attached to a hoodie." icon_state = "blackhood" body_parts_covered = HEAD diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index b7aeb8936fe..7553227171c 100644 Binary files a/icons/mob/head.dmi and b/icons/mob/head.dmi differ