diff --git a/code/modules/mob/abstract/new_player/sprite_accessories.dm b/code/modules/mob/abstract/new_player/sprite_accessories.dm index 1df9893615b..04c8a4de958 100644 --- a/code/modules/mob/abstract/new_player/sprite_accessories.dm +++ b/code/modules/mob/abstract/new_player/sprite_accessories.dm @@ -2943,6 +2943,13 @@ Follow by example and make good judgement based on length which list to include species_allowed = list(/datum/species/skrell,/datum/species/zombie/skrell) do_colouration = FALSE + skr_axiori_eyes + name = "Axiori Eyes" + icon_state = "skr_axiori_eyes" + body_parts = list(BP_HEAD) + species_allowed = list(/datum/species/skrell, /datum/species/zombie/skrell) + do_colouration = FALSE + skr_arms name = "Skrell Arms" icon_state = "skrell_arms" diff --git a/html/changelogs/geeves-skrell_anime.yml b/html/changelogs/geeves-skrell_anime.yml new file mode 100644 index 00000000000..a248b4d2795 --- /dev/null +++ b/html/changelogs/geeves-skrell_anime.yml @@ -0,0 +1,6 @@ +author: Geeves + +delete-after: True + +changes: + - rscadd: "Added an extension to skrell eyes for Axiori under the body markings menu." \ No newline at end of file diff --git a/icons/mob/human_races/markings.dmi b/icons/mob/human_races/markings.dmi index a8daf8f013d..9f3475a6232 100644 Binary files a/icons/mob/human_races/markings.dmi and b/icons/mob/human_races/markings.dmi differ