Adds a Unathi snout for Dionae (#16498)

This commit is contained in:
feartheblackout
2023-06-27 10:00:08 -05:00
committed by GitHub
parent 061cfe0d9b
commit c1218f9ae8
4 changed files with 49 additions and 0 deletions

View File

@@ -4336,6 +4336,10 @@ Follow by example and make good judgement based on length which list to include
name = "Glorp" name = "Glorp"
icon_state = "glorp" icon_state = "glorp"
/datum/sprite_accessory/facial_hair/diona_eye/snout
name = "Snout"
icon_state = "snout"
/datum/sprite_accessory/facial_hair/tuux_whiskers /datum/sprite_accessory/facial_hair/tuux_whiskers
icon = 'icons/mob/human_face/skrell_beards.dmi' icon = 'icons/mob/human_face/skrell_beards.dmi'
name = "Tuux Tentacle Whiskers" name = "Tuux Tentacle Whiskers"
@@ -6072,6 +6076,10 @@ Follow by example and make good judgement based on length which list to include
name = "Stump" name = "Stump"
icon_state = "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 /datum/sprite_accessory/marking/diona_leaves/pbody
name = "P-Body" name = "P-Body"
icon_state = "pbody" icon_state = "pbody"

View File

@@ -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."

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB