Adds Skrell mecha eye body markings (Axiori, Xiialt) (#23072)

requested on the behalf of Not-a-Gonk or anthony.albanese on Discord

![image.png](https://github.com/user-attachments/assets/f006a965-1985-441a-898f-eac5876cc1fc)

![image.png](https://github.com/user-attachments/assets/31bda046-972d-4096-aefe-f69a7fee6054)
This commit is contained in:
FearTheGabby
2026-08-27 21:55:03 +00:00
committed by GitHub
parent cdfb5e5bbd
commit 6b20b35ae1
3 changed files with 76 additions and 0 deletions
@@ -6615,6 +6615,24 @@ Follow by example and make good judgement based on length which list to include
body_parts = list(BP_HEAD)
species_allowed = list(/datum/species/skrell,/datum/species/skrell/axiori,/datum/species/zombie/skrell)
/datum/sprite_accessory/marking/skr_mecha_eyes
name = "Skrell Mecha Eyes"
icon = 'icons/mob/human_races/markings_skrell.dmi'
icon_state = "skr_mecha_eyes"
body_parts = list(BP_HEAD)
icon_blend_mode = ICON_MULTIPLY
is_painted = TRUE
species_allowed = list (/datum/species/skrell)
/datum/sprite_accessory/marking/skr_mecha_eyes_axiori
name = "Skrell Mecha Eyes (Axiori)"
icon = 'icons/mob/human_races/markings_skrell.dmi'
icon_state = "skr_mecha_eyes_axiori"
body_parts = list(BP_HEAD)
icon_blend_mode = ICON_MULTIPLY
is_painted = TRUE
species_allowed = list (/datum/species/skrell, /datum/species/skrell/axiori)
/datum/sprite_accessory/marking/diona_leaves
name = "Diona Leaves"
icon = 'icons/mob/human_races/markings_diona.dmi'