diff --git a/code/modules/mob/abstract/new_player/sprite_accessories.dm b/code/modules/mob/abstract/new_player/sprite_accessories.dm index 52571701054..85f46f20564 100644 --- a/code/modules/mob/abstract/new_player/sprite_accessories.dm +++ b/code/modules/mob/abstract/new_player/sprite_accessories.dm @@ -4184,7 +4184,7 @@ Follow by example and make good judgement based on length which list to include name = "Axiori Eyes" icon_state = "skr_axiori_eyes" body_parts = list(BP_HEAD) - species_allowed = list(/datum/species/skrell, /datum/species/skrell/axiori, /datum/species/zombie/skrell) + species_allowed = list(/datum/species/skrell, /datum/species/zombie/skrell) do_colouration = FALSE skr_arms diff --git a/html/changelogs/AxioriEyeFix.yml b/html/changelogs/AxioriEyeFix.yml new file mode 100644 index 00000000000..612661c4f3b --- /dev/null +++ b/html/changelogs/AxioriEyeFix.yml @@ -0,0 +1,6 @@ +author: TheGreyWolf + +delete-after: True + +changes: + - bugfix: "The Axiori eye body marking is now properly restricted to only non-axiori skrell and has the correct sprite." diff --git a/icons/mob/human_races/markings.dmi b/icons/mob/human_races/markings.dmi index a85ddc1dac5..fb1e31c8a3e 100644 Binary files a/icons/mob/human_races/markings.dmi and b/icons/mob/human_races/markings.dmi differ