diff --git a/code/modules/mob/new_player/sprite_accessories_vr.dm b/code/modules/mob/new_player/sprite_accessories_vr.dm index a0a6762ac0e..86a4b1dc21d 100644 --- a/code/modules/mob/new_player/sprite_accessories_vr.dm +++ b/code/modules/mob/new_player/sprite_accessories_vr.dm @@ -383,3 +383,45 @@ name = "Monoeye" icon_state = "monoeye" body_parts = list(BP_HEAD) + + nevrean_female + name = "Female Nevrean beak" + icon_state = "nevrean_f" + body_parts = list(BP_HEAD) + gender = FEMALE + + nevrean_male + name = "Male Nevrean beak" + icon_state = "nevrean_m" + body_parts = list(BP_HEAD) + gender = MALE + + spots + name = "Spots" + icon_state = "spots" + 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) + + shaggy_mane + name = "Shaggy mane/feathers" + icon_state = "shaggy" + body_parts = list(BP_TORSO) + + jagged_teeth + name = "Jagged teeth" + icon_state = "jagged" + body_parts = list(BP_HEAD) + + saber_teeth + name = "Saber teeth" + icon_state = "saber" + body_parts = list(BP_HEAD) + + fangs + name = "Fangs" + icon_state = "fangs" + body_parts = list(BP_HEAD) + + tusks + name = "Tusks" + icon_state = "tusks" + body_parts = list(BP_HEAD) diff --git a/config/custom_items.txt b/config/custom_items.txt index accfcbd90d0..382229db711 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -444,12 +444,6 @@ character_name: Joseph Skinner item_path: /obj/item/clothing/under/rank/security/fluff/formalsec } -{ -ckey: scree -character_name: Scree -item_path: /obj/item/clothing/under/fluff/screesuit -} - { ckey: scree character_name: Scree diff --git a/icons/mob/human_races/markings_vr.dmi b/icons/mob/human_races/markings_vr.dmi index 8658a01de4e..86e4810f899 100644 Binary files a/icons/mob/human_races/markings_vr.dmi and b/icons/mob/human_races/markings_vr.dmi differ diff --git a/icons/mob/human_races/r_def_xenochimera.dmi b/icons/mob/human_races/r_def_xenochimera.dmi index 861c575ac37..dae28870caf 100644 Binary files a/icons/mob/human_races/r_def_xenochimera.dmi and b/icons/mob/human_races/r_def_xenochimera.dmi differ diff --git a/icons/mob/human_races/r_xenochimera.dmi b/icons/mob/human_races/r_xenochimera.dmi index ab87cb183e8..32f7874a04b 100644 Binary files a/icons/mob/human_races/r_xenochimera.dmi and b/icons/mob/human_races/r_xenochimera.dmi differ