diff --git a/code/modules/mob/abstract/new_player/sprite_accessories.dm b/code/modules/mob/abstract/new_player/sprite_accessories.dm index 8b855bceef8..52571701054 100644 --- a/code/modules/mob/abstract/new_player/sprite_accessories.dm +++ b/code/modules/mob/abstract/new_player/sprite_accessories.dm @@ -1734,7 +1734,7 @@ Follow by example and make good judgement based on length which list to include icon = 'icons/mob/hair_gradients.dmi' species_allowed = list(/datum/species/human,/datum/species/human/offworlder,/datum/species/machine/shell,/datum/species/machine/shell/rogue,/datum/species/zombie, /datum/species/tajaran,/datum/species/tajaran/zhan_khazan,/datum/species/tajaran/m_sai,/datum/species/zombie/tajara, - /datum/species/skrell, /datum/species/zombie/skrell, /datum/species/bug, /datum/species/bug/type_b) + /datum/species/skrell, /datum/species/skrell/axiori, /datum/species/zombie/skrell, /datum/species/bug, /datum/species/bug/type_b) none name = "None" @@ -3312,7 +3312,7 @@ Follow by example and make good judgement based on length which list to include icon = 'icons/mob/human_face/skrell_beards.dmi' name = "Anglerfish" icon_state = "Anglerfish" - species_allowed = list(/datum/species/skrell) + species_allowed = list(/datum/species/skrell, /datum/species/skrell/axiori) gender = NEUTER triton diff --git a/html/changelogs/AxioriGradientBeard.yml b/html/changelogs/AxioriGradientBeard.yml new file mode 100644 index 00000000000..2cf95030359 --- /dev/null +++ b/html/changelogs/AxioriGradientBeard.yml @@ -0,0 +1,6 @@ +author: TheGreyWolf + +delete-after: True + +changes: + - bugfix: "Axiori can now use gradients & beards just like skrell."