Skip to content

Commit

Permalink
Adds a new mullet hairstyle (Aurorastation#19252)
Browse files Browse the repository at this point in the history
  • Loading branch information
1Sparky1 authored Jun 1, 2024
1 parent afeabc2 commit 637492f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/modules/mob/abstract/new_player/sprite_accessories.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions html/changelogs/mullet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
author: Sparky_Hotdog

delete-after: True

changes:
- rscadd: "Added a mullet hairstyle."
Binary file modified icons/mob/human_face/hair.dmi
Binary file not shown.

0 comments on commit 637492f

Please sign in to comment.