diff --git a/code/modules/mob/abstract/new_player/sprite_accessories.dm b/code/modules/mob/abstract/new_player/sprite_accessories.dm index 7807e6e39e1..991fb633d81 100644 --- a/code/modules/mob/abstract/new_player/sprite_accessories.dm +++ b/code/modules/mob/abstract/new_player/sprite_accessories.dm @@ -977,24 +977,24 @@ una_spines_long icon = 'icons/mob/human_face/unathi_hair.dmi' name = "Long Unathi Spines" - icon_state = "soghun_longspines" + icon_state = "unathi_longspines" species_allowed = list("Unathi") una_spines_short name = "Short Unathi Spines" - icon_state = "soghun_shortspines" + icon_state = "unathi_shortspines" una_frills_long name = "Long Unathi Frills" - icon_state = "soghun_longfrills" + icon_state = "unathi_longfrills" una_frills_short name = "Short Unathi Frills" - icon_state = "soghun_shortfrills" + icon_state = "unathi_shortfrills" una_horns name = "Unathi Horns" - icon_state = "soghun_horns" + icon_state = "unathi_simplehorn" una_bighorns name = "Unathi Big Horns" @@ -1004,9 +1004,9 @@ name = "Unathi Small Horns" icon_state = "unathi_smallhorn" - una_ramhorns - name = "Unathi Ram Horns" - icon_state = "unathi_ramhorn" + una_swepthorns + name = "Unathi Swept-Forward Horns" + icon_state = "unathi_swepthorn" una_sidefrills name = "Unathi Side Frills" @@ -1016,6 +1016,34 @@ name = "Unathi Mohawk" icon_state = "unathi_mohawk" + una_drachorn + name = "Unathi Draconic Horns" + icon_state = "unathi_drachorn" + + una_lowerhorn + name = "Unathi Lower Horns" + icon_state = "unathi_lowerhorn" + + una_spikehorn + name = "Unathi Spike Horns" + icon_state = "unathi_spikehorn" + + una_shorthorn + name = "Unathi Short Horns" + icon_state = "unathi_shorthorn" + + una_curlhorn + name = "Unathi Curled Horns" + icon_state = "unathi_curledhorn" + + una_ramhornshort + name = "Unathi Short Ram Horns" + icon_state = "unathi_ramhorn" + + una_ramhornlong + name = "Unathi Long Ram Horns" + icon_state = "unathi_ramhorn2" + //skrell tentacles skr_tentacle_m @@ -1192,19 +1220,36 @@ name = "Unathi Chin Horn" icon_state = "facial_chinhorns" species_allowed = list("Unathi") + gender = NEUTER una_hornadorns name = "Unathi Horn Adorns" icon_state = "facial_hornadorns" - una_spinespikes - name = "Unathi Spine Spikes" - icon_state = "facial_spikes" - una_dorsalfrill name = "Unathi Dorsal Frill" icon_state = "facial_dorsalfrill" + una_aquaticfrill + name = "Unathi Aquatic Frills" + icon_state = "facial_aquaticfrills" + + una_longfrill + name = "Unathi Long Frills" + icon_state = "facial_longfrills" + + una_shortfrill + name = "Unathi Short Frills" + icon_state = "facial_shortfrills" + + una_longdorsal + name = "Unathi Long Dorsal Frill" + icon_state = "facial_longdorsal" + + una_dracfrills + name = "Unathi Draconic Frills" + icon_state = "facial_dracfrills" + //ipc screens ipc_screen_pink diff --git a/html/changelogs/paradoxspace-soundthehorn.yml b/html/changelogs/paradoxspace-soundthehorn.yml new file mode 100644 index 00000000000..0ed2ba73302 --- /dev/null +++ b/html/changelogs/paradoxspace-soundthehorn.yml @@ -0,0 +1,41 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +# admin +# backend +# security +# refactor +################################# + +# Your name. +author: ParadoxSpace + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - rscadd: "Adds some more frills and horns for Unathi." diff --git a/icons/mob/human_face/unathi_facial_hair.dmi b/icons/mob/human_face/unathi_facial_hair.dmi index 9a8b37c261f..9938d45b96f 100644 Binary files a/icons/mob/human_face/unathi_facial_hair.dmi and b/icons/mob/human_face/unathi_facial_hair.dmi differ diff --git a/icons/mob/human_face/unathi_hair.dmi b/icons/mob/human_face/unathi_hair.dmi index eff89e56ac3..c28d9ecc711 100644 Binary files a/icons/mob/human_face/unathi_hair.dmi and b/icons/mob/human_face/unathi_hair.dmi differ