diff --git a/code/modules/mob/new_player/sprite_accessories.dm b/code/modules/mob/new_player/sprite_accessories.dm index cc6135686d..d7d643e5e5 100644 --- a/code/modules/mob/new_player/sprite_accessories.dm +++ b/code/modules/mob/new_player/sprite_accessories.dm @@ -2617,6 +2617,18 @@ shaved species_allowed = list(SPECIES_DIONA) do_colouration = 0 +//Skrell stuff. + +/datum/sprite_accessory/marking/skrell + name = "Countershading (Skrell)" + icon_state = "skr_shade" + body_parts = list(BP_TORSO, BP_GROIN, BP_HEAD) + species_allowed = list(SPECIES_SKRELL) + +/datum/sprite_accessory/marking/skrell/stripes + name = "Poison Dart Stripes (Skrell)" + icon_state = "skr_stripes" + body_parts = list(BP_L_LEG, BP_R_LEG, BP_L_ARM, BP_R_ARM, BP_TORSO) //Cybernetic Augments, some species-limited due to sprite misalignment. /aug/ types are excluded from dna. diff --git a/icons/mob/human_face.dmi b/icons/mob/human_face.dmi index f67b29720d..096cc45334 100644 Binary files a/icons/mob/human_face.dmi and b/icons/mob/human_face.dmi differ diff --git a/icons/mob/human_races/markings.dmi b/icons/mob/human_races/markings.dmi index de0dcafb7c..4aa72bc137 100644 Binary files a/icons/mob/human_races/markings.dmi and b/icons/mob/human_races/markings.dmi differ