diff --git a/code/modules/mob/new_player/sprite_accessories.dm b/code/modules/mob/new_player/sprite_accessories.dm index df40cd536d9..6c3ace56772 100644 --- a/code/modules/mob/new_player/sprite_accessories.dm +++ b/code/modules/mob/new_player/sprite_accessories.dm @@ -1594,6 +1594,14 @@ body_parts = list(BP_TORSO) species_allowed = list(SPECIES_UNATHI) + //Tesh stuff. + + teshi_fluff + name = "Underfluff (Teshari)" + icon_state = "teshi_fluff" + body_parts = list(BP_HEAD, BP_TORSO, BP_GROIN, BP_R_LEG, BP_L_LEG) + species_allowed = list(SPECIES_TESHARI) + //skin styles - WIP //going to have to re-integrate this with surgery //let the icon_state hold an icon preview for now diff --git a/code/modules/mob/new_player/sprite_accessories_vr.dm b/code/modules/mob/new_player/sprite_accessories_vr.dm index 006a445bf44..741cda8dc4f 100644 --- a/code/modules/mob/new_player/sprite_accessories_vr.dm +++ b/code/modules/mob/new_player/sprite_accessories_vr.dm @@ -1027,12 +1027,6 @@ color_blend_mode = ICON_MULTIPLY body_parts = list(BP_L_LEG) - teshi_fluff - name = "Teshari underfluff" - icon_state = "teshi_fluff" - color_blend_mode = ICON_MULTIPLY - body_parts = list(BP_L_FOOT,BP_R_FOOT,BP_GROIN,BP_TORSO,BP_HEAD) - teshi_small_feathers name = "Teshari small wingfeathers" icon_state = "teshi_sf" diff --git a/icons/mob/human_races/markings.dmi b/icons/mob/human_races/markings.dmi index d89377dbf17..6841c92518f 100644 Binary files a/icons/mob/human_races/markings.dmi and b/icons/mob/human_races/markings.dmi differ