From ce4b573f543055ed6a15ae5b85ebdad6033fc07b Mon Sep 17 00:00:00 2001 From: Alberyk Date: Sat, 30 Oct 2021 00:22:26 -0300 Subject: [PATCH] Coeus Diona can now be bald (#12697) --- code/modules/mob/abstract/new_player/sprite_accessories.dm | 2 +- html/changelogs/alberyk-baldionae.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/alberyk-baldionae.yml diff --git a/code/modules/mob/abstract/new_player/sprite_accessories.dm b/code/modules/mob/abstract/new_player/sprite_accessories.dm index 32993bccb54..d5d20f7aa8e 100644 --- a/code/modules/mob/abstract/new_player/sprite_accessories.dm +++ b/code/modules/mob/abstract/new_player/sprite_accessories.dm @@ -68,7 +68,7 @@ Follow by example and make good judgement based on length which list to include bald name = "Bald" // try to capitalize the names please~ icon_state = "bald" // you do not need to define _s or _l sub-states, game automatically does this for you - species_allowed = list(/datum/species/human,/datum/species/human/offworlder,/datum/species/machine/shell,/datum/species/machine/shell/rogue,/datum/species/zombie,/datum/species/unathi,/datum/species/zombie/unathi,/datum/species/diona) + species_allowed = list(/datum/species/human,/datum/species/human/offworlder,/datum/species/machine/shell,/datum/species/machine/shell/rogue,/datum/species/zombie,/datum/species/unathi,/datum/species/zombie/unathi,/datum/species/diona, /datum/species/diona/coeu) length = 0 chatname = "bald head" //aim to keep these lowercase so they fit into the hair tugging message diff --git a/html/changelogs/alberyk-baldionae.yml b/html/changelogs/alberyk-baldionae.yml new file mode 100644 index 00000000000..69226ef1611 --- /dev/null +++ b/html/changelogs/alberyk-baldionae.yml @@ -0,0 +1,6 @@ +author: Alberyk + +delete-after: True + +changes: + - bugfix: "Coeus Diona can now be bald."