From e73fe82a3cde182e749cac7404bd0cd6e4d0da8c Mon Sep 17 00:00:00 2001 From: DreamySkrell <107256943+DreamySkrell@users.noreply.github.com> Date: Sat, 23 Jul 2022 13:58:09 +0200 Subject: [PATCH] Skrell Hair Gradient - Headtail Middle - not selectable fix (#14469) --- code/modules/mob/abstract/new_player/sprite_accessories.dm | 2 +- html/changelogs/DreamySkrell-PR-14469.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/DreamySkrell-PR-14469.yml diff --git a/code/modules/mob/abstract/new_player/sprite_accessories.dm b/code/modules/mob/abstract/new_player/sprite_accessories.dm index 11a5ac80aff..05af159e379 100644 --- a/code/modules/mob/abstract/new_player/sprite_accessories.dm +++ b/code/modules/mob/abstract/new_player/sprite_accessories.dm @@ -1878,7 +1878,7 @@ Follow by example and make good judgement based on length which list to include icon_state = "skr_headtail_mid" species_allowed = list(/datum/species/skrell, /datum/species/skrell/axiori, /datum/species/zombie/skrell) - skrell_headtail_middle + skrell_headtail_hfade name = "Skrell Headtail Hard Fade" icon_state = "skr_headtail_hfade" species_allowed = list(/datum/species/skrell, /datum/species/skrell/axiori, /datum/species/zombie/skrell) diff --git a/html/changelogs/DreamySkrell-PR-14469.yml b/html/changelogs/DreamySkrell-PR-14469.yml new file mode 100644 index 00000000000..c86ae410f0a --- /dev/null +++ b/html/changelogs/DreamySkrell-PR-14469.yml @@ -0,0 +1,4 @@ +author: DreamySkrell +delete-after: True +changes: + - bugfix: "`Skrell Headtail Middle` hair gradient can now be selectable again."