diff --git a/code/modules/mob/abstract/new_player/sprite_accessories.dm b/code/modules/mob/abstract/new_player/sprite_accessories.dm index 7b2e2c08c06..34b9fcd55b6 100644 --- a/code/modules/mob/abstract/new_player/sprite_accessories.dm +++ b/code/modules/mob/abstract/new_player/sprite_accessories.dm @@ -4270,6 +4270,20 @@ Follow by example and make good judgement based on length which list to include glorp name = "Glorp" icon_state = "glorp" + + tuux_whiskers + icon = 'icons/mob/human_face/skrell_beards.dmi' + name = "Tuux Tentacle Whiskers" + icon_state = "Tuux_Whiskers" + species_allowed = list(/datum/species/skrell, /datum/species/skrell/axiori) + gender = NEUTER + + tuux_whiskers_chin + icon = 'icons/mob/human_face/skrell_beards.dmi' + name = "Tuux Tentacle Whiskers w/Chin" + icon_state = "Tuux_Whiskers_Chin" + species_allowed = list(/datum/species/skrell, /datum/species/skrell/axiori) + gender = NEUTER tuux_patch icon = 'icons/mob/human_face/skrell_beards.dmi' diff --git a/html/changelogs/tuuxy.yml b/html/changelogs/tuuxy.yml new file mode 100644 index 00000000000..fe1b770fa1e --- /dev/null +++ b/html/changelogs/tuuxy.yml @@ -0,0 +1,6 @@ +author: Ryverstyx + +delete-after: True + +changes: + - rscadd: "Adds two more Skrell tuux styles." diff --git a/icons/mob/human_face/skrell_beards.dmi b/icons/mob/human_face/skrell_beards.dmi index 65588d38e73..e788e4312e3 100644 Binary files a/icons/mob/human_face/skrell_beards.dmi and b/icons/mob/human_face/skrell_beards.dmi differ