diff --git a/code/modules/mob/abstract/new_player/sprite_accessories.dm b/code/modules/mob/abstract/new_player/sprite_accessories.dm index 0dad8168bf2..c6c06b9f821 100644 --- a/code/modules/mob/abstract/new_player/sprite_accessories.dm +++ b/code/modules/mob/abstract/new_player/sprite_accessories.dm @@ -1530,6 +1530,11 @@ Follow by example and make good judgement based on length which list to include icon_state = "hair_fingercurl" chatname = "fluffy hair" +/datum/sprite_accessory/hair/mullet + name = "Mullet" + icon_state = "hair_mullet" + chatname = "mullet" + /datum/sprite_accessory/hair/bug_eyes icon = 'icons/mob/human_face/dionae_hair.dmi' name = "Bug Eyes" diff --git a/html/changelogs/mullet.yml b/html/changelogs/mullet.yml new file mode 100644 index 00000000000..576ac322e6d --- /dev/null +++ b/html/changelogs/mullet.yml @@ -0,0 +1,6 @@ +author: Sparky_Hotdog + +delete-after: True + +changes: + - rscadd: "Added a mullet hairstyle." diff --git a/icons/mob/human_face/hair.dmi b/icons/mob/human_face/hair.dmi index 68aa7ab1c27..97f135bc04a 100644 Binary files a/icons/mob/human_face/hair.dmi and b/icons/mob/human_face/hair.dmi differ