diff --git a/code/modules/mob/new_player/sprite_accessories.dm b/code/modules/mob/new_player/sprite_accessories.dm index 37f0f29803d..8857b6128af 100644 --- a/code/modules/mob/new_player/sprite_accessories.dm +++ b/code/modules/mob/new_player/sprite_accessories.dm @@ -667,6 +667,31 @@ icon_state = "hair_messy" species_allowed = list("Tajara") + taj_ears_curls + name = "Tajara Curly" + icon_state = "hair_curly" + species_allowed = list("Tajara") + + taj_ears_wife + name = "Tajara Housewife" + icon_state = "hair_wife" + species_allowed = list("Tajara") + + taj_ears_victory + name = "Tajara Victory Curls" + icon_state = "hair_victory" + species_allowed = list("Tajara") + + taj_ears_bob + name = "Tajara Bob" + icon_state = "hair_tbob" + species_allowed = list("Tajara") + + taj_ears_fingercurl + name = "Tajara Finger Curls" + icon_state = "hair_fingerwave" + species_allowed = list("Tajara") + vox_quills_short name = "Short Vox Quills" icon_state = "vox_shortquills" @@ -736,4 +761,4 @@ name = "Default skrell skin" icon_state = "default" icon = 'icons/mob/human_races/r_skrell.dmi' - species_allowed = list("Skrell") \ No newline at end of file + species_allowed = list("Skrell") diff --git a/html/changelogs/alberyk-PR-393.yml b/html/changelogs/alberyk-PR-393.yml new file mode 100644 index 00000000000..35f8255ec5e --- /dev/null +++ b/html/changelogs/alberyk-PR-393.yml @@ -0,0 +1,36 @@ +################################ +# 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 +################################# + +# Your name. +author: Alberyk + +# 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: "Added more tajaran hairstyles from old code." diff --git a/icons/mob/human_face.dmi b/icons/mob/human_face.dmi index 23a1d52b641..47dc28f975b 100644 Binary files a/icons/mob/human_face.dmi and b/icons/mob/human_face.dmi differ