diff --git a/code/modules/mob/new_player/sprite_accessories.dm b/code/modules/mob/new_player/sprite_accessories.dm index 29dfee09697..02c61fc8bef 100644 --- a/code/modules/mob/new_player/sprite_accessories.dm +++ b/code/modules/mob/new_player/sprite_accessories.dm @@ -1213,12 +1213,6 @@ icon_state = "bellyhandsfeet_female" body_parts = list(BP_L_FOOT,BP_R_FOOT,BP_L_LEG,BP_R_LEG,BP_L_ARM,BP_R_ARM,BP_L_HAND,BP_R_HAND,BP_GROIN,BP_TORSO) species_allowed = list("Tajara") - - panda_eye_marks - name = "Panda Eye Markings" - icon_state = "eyes-panda" - body_parts = list(BP_HEAD) - species_allowed = list("Human") patches name = "Color Patches" diff --git a/code/modules/mob/new_player/sprite_accessories_vr.dm b/code/modules/mob/new_player/sprite_accessories_vr.dm index 73e853201d9..f4a8d89e556 100644 --- a/code/modules/mob/new_player/sprite_accessories_vr.dm +++ b/code/modules/mob/new_player/sprite_accessories_vr.dm @@ -857,6 +857,12 @@ icon_state = "animeeyesouter" body_parts = list(BP_HEAD) + panda_eye_marks + name = "Panda Eye Markings" + icon_state = "eyes_panda" + body_parts = list(BP_HEAD) + species_allowed = list("Human") + catwomantorso name = "Catwoman chest stripes" icon_state = "catwomanchest" diff --git a/icons/mob/human_races/markings.dmi b/icons/mob/human_races/markings.dmi index 0275e462026..e4e4101b4bf 100644 Binary files a/icons/mob/human_races/markings.dmi and b/icons/mob/human_races/markings.dmi differ diff --git a/icons/mob/human_races/markings_vr.dmi b/icons/mob/human_races/markings_vr.dmi index 1c3e45a03e1..7aa59964e83 100644 Binary files a/icons/mob/human_races/markings_vr.dmi and b/icons/mob/human_races/markings_vr.dmi differ