diff --git a/code/modules/mob/abstract/new_player/sprite_accessories.dm b/code/modules/mob/abstract/new_player/sprite_accessories.dm index 2b8c1734e8f..40d774a4042 100644 --- a/code/modules/mob/abstract/new_player/sprite_accessories.dm +++ b/code/modules/mob/abstract/new_player/sprite_accessories.dm @@ -4336,6 +4336,10 @@ Follow by example and make good judgement based on length which list to include name = "Glorp" icon_state = "glorp" +/datum/sprite_accessory/facial_hair/diona_eye/snout + name = "Snout" + icon_state = "snout" + /datum/sprite_accessory/facial_hair/tuux_whiskers icon = 'icons/mob/human_face/skrell_beards.dmi' name = "Tuux Tentacle Whiskers" @@ -6072,6 +6076,10 @@ Follow by example and make good judgement based on length which list to include name = "Stump" icon_state = "stump" +/datum/sprite_accessory/marking/diona_leaves/bug_eyes/snout + name = "Snout" + icon_state = "snout" + /datum/sprite_accessory/marking/diona_leaves/pbody name = "P-Body" icon_state = "pbody" diff --git a/html/changelogs/SimpleMaroon-takeacloserlookatthatsnout.yml b/html/changelogs/SimpleMaroon-takeacloserlookatthatsnout.yml new file mode 100644 index 00000000000..a7e5c6659b9 --- /dev/null +++ b/html/changelogs/SimpleMaroon-takeacloserlookatthatsnout.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: SimpleMaroon + +# 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 a Unathi-based snout to Dionae's selectable hairstyles and body markings." diff --git a/icons/mob/human_face/dionae_hair.dmi b/icons/mob/human_face/dionae_hair.dmi index d43ef5bf1fe..d07823ab68e 100644 Binary files a/icons/mob/human_face/dionae_hair.dmi and b/icons/mob/human_face/dionae_hair.dmi differ diff --git a/icons/mob/human_races/markings_diona.dmi b/icons/mob/human_races/markings_diona.dmi index 9b3bc62b0ea..388b21f38b0 100644 Binary files a/icons/mob/human_races/markings_diona.dmi and b/icons/mob/human_races/markings_diona.dmi differ