diff --git a/code/modules/mob/abstract/new_player/sprite_accessories.dm b/code/modules/mob/abstract/new_player/sprite_accessories.dm index 2571c415116..a95fd65b4bf 100644 --- a/code/modules/mob/abstract/new_player/sprite_accessories.dm +++ b/code/modules/mob/abstract/new_player/sprite_accessories.dm @@ -2455,6 +2455,12 @@ Follow by example and make good judgement based on length which list to include length = 5 chatname = "headtails" scrunchy_style = "backwater" + + skr_tentacle_braided + name = "Headtails, braided" + icon_state = "skrell_loose_braid" + length = 5 + chatname = "headtails" skr_tentacle_reserved name = "Expressive Headtails, reserved" @@ -2497,6 +2503,34 @@ Follow by example and make good judgement based on length which list to include icon_state = "skrell_tucked" length = 2 chatname = "short headtails" + + skr_tentacle_bun_short + name = "Short Headtails, bun" + icon_state = "skrell_short_mid_bun" + length = 3 + chatname = "short headtails" + scrunchy_style = "short bun" + + skr_tentacle_bun + name = "Headtails, bun" + icon_state = "skrell_mid_bun" + length = 4 + chatname = "headtails" + scrunchy_style = "bun" + + skr_tentacle_bun_long + name = "Long Headtails, bun" + icon_state = "skrell_long_mid_bun" + length = 6 + chatname = "long headtails" + scrunchy_style = "long bun" + + skr_tentacle_low_bun + name = "Headtails, low bun" + icon_state = "skrell_low_bun" + length = 4 + chatname = "headtails" + scrunchy_style = "low bun" skr_tentacle_tuux_wavy name = "Headtails, wavy tuux" @@ -2527,7 +2561,13 @@ Follow by example and make good judgement based on length which list to include icon_state = "skrell_slicked" length = 2 chatname = "short headtails" - + + skr_tentacle_mullet + name = "Headtails, mullet" + icon_state = "skrell_mullet" + length = 4 + chatname = "headtails" + skr_tentacle_behind_r name = "Headtails, behind (right)" icon_state = "skrell_right_behind" diff --git a/html/changelogs/skrair2.yml b/html/changelogs/skrair2.yml new file mode 100644 index 00000000000..5b6b62ccc0e --- /dev/null +++ b/html/changelogs/skrair2.yml @@ -0,0 +1,6 @@ +author: Ryverstyx + +delete-after: True + +changes: + - rscadd: "Adds more Skrell hair styles." diff --git a/icons/mob/human_face/skrell_hair.dmi b/icons/mob/human_face/skrell_hair.dmi index 7ec008ed333..b9f63168265 100644 Binary files a/icons/mob/human_face/skrell_hair.dmi and b/icons/mob/human_face/skrell_hair.dmi differ