diff --git a/code/modules/mob/abstract/new_player/sprite_accessories.dm b/code/modules/mob/abstract/new_player/sprite_accessories.dm index df814dbad9f..96828243814 100644 --- a/code/modules/mob/abstract/new_player/sprite_accessories.dm +++ b/code/modules/mob/abstract/new_player/sprite_accessories.dm @@ -2322,6 +2322,13 @@ Follow by example and make good judgement based on length which list to include length = 6 chatname = "Long Both Behind" + skr_tentacle_reef + name = "Skrell Reef Ponytail, short" + icon_state = "skrell_reef_short" + length = 4 + chatname = "Ponytail, Reef" + scrunchy_style = "reef" + //tajaran hair taj_ears diff --git a/html/changelogs/SkrellShortReef.yml b/html/changelogs/SkrellShortReef.yml new file mode 100644 index 00000000000..2ca569fd874 --- /dev/null +++ b/html/changelogs/SkrellShortReef.yml @@ -0,0 +1,6 @@ +author: TheGreyWolf & RyverStyx + +delete-after: True + +changes: + - rscadd: "Added a new headtail style for skrell: 'Skrell Reef Ponytail, short'." diff --git a/icons/mob/human_face/skrell_hair.dmi b/icons/mob/human_face/skrell_hair.dmi index 48d7e456ec8..fd38b8e0654 100644 Binary files a/icons/mob/human_face/skrell_hair.dmi and b/icons/mob/human_face/skrell_hair.dmi differ