diff --git a/code/modules/mob/new_player/sprite_accessories_extra_vr.dm b/code/modules/mob/new_player/sprite_accessories_extra_vr.dm index e5d0ee2a382..85bb90c1cba 100644 --- a/code/modules/mob/new_player/sprite_accessories_extra_vr.dm +++ b/code/modules/mob/new_player/sprite_accessories_extra_vr.dm @@ -953,3 +953,25 @@ icon_state = "zaprat_cheeks" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_HEAD) + +/datum/sprite_accessory/marking/vr_secbirbfeathers + name = "Secretary Bird Feathers" + icon = 'icons/mob/human_races/markings_vr.dmi' + icon_state = "secbirbfeathers" + color_blend_mode = ICON_MULTIPLY + body_parts = list(BP_HEAD) + +/datum/sprite_accessory/marking/vr_zmaskanime + name = "eye mask (anime eyes)" + icon = 'icons/mob/human_races/markings_vr.dmi' + icon_state = "zmaskanime" + color_blend_mode = ICON_MULTIPLY + body_parts = list(BP_HEAD) + +/datum/sprite_accessory/marking/vr_birdpants + name = "leg coverings (nev/rap)" + icon = 'icons/mob/human_races/markings_vr.dmi' + icon_state = "birdpants" + color_blend_mode = ICON_MULTIPLY + body_parts = list(BP_R_LEG, BP_L_LEG, BP_GROIN) + diff --git a/code/modules/mob/new_player/sprite_accessories_tail_vr.dm b/code/modules/mob/new_player/sprite_accessories_tail_vr.dm index 3c42a16a656..8e3e3f7c12a 100644 --- a/code/modules/mob/new_player/sprite_accessories_tail_vr.dm +++ b/code/modules/mob/new_player/sprite_accessories_tail_vr.dm @@ -1368,3 +1368,14 @@ name = "heart-bolt-shaped tail, dual color" icon_state = "zaprat_heart_s" extra_overlay = "zaprat_heart_markings" + +/datum/sprite_accessory/tail/satyrtail + name = "goat legs with tail, colorable" + desc = "" + icon_state = "satyr" + color_blend_mode = ICON_MULTIPLY + do_colouration = 1 + hide_body_parts = list(BP_L_LEG, BP_L_FOOT, BP_R_LEG, BP_R_FOOT) //Exclude pelvis just in case. + clip_mask_icon = 'icons/mob/vore/taurs_vr.dmi' + clip_mask_state = "taur_clip_mask_def" //Used to clip off the lower part of suits & uniforms. + extra_overlay = "horse" //I can't believe this works. diff --git a/icons/mob/human_races/markings_vr.dmi b/icons/mob/human_races/markings_vr.dmi index 80f2d510205..672985eeec6 100644 Binary files a/icons/mob/human_races/markings_vr.dmi and b/icons/mob/human_races/markings_vr.dmi differ diff --git a/vorestation.dme b/vorestation.dme index 5d19ef16613..d0056f1e609 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -4218,6 +4218,6 @@ #include "maps\submaps\space_submaps\debrisfield\debrisfield.dm" #include "maps\submaps\surface_submaps\wilderness\wilderness.dm" #include "maps\submaps\surface_submaps\wilderness\wilderness_areas.dm" -#include "maps\tether\tether.dm" +#include "maps\virgo_minitest\virgo_minitest.dm" #include "maps\~map_system\maps.dm" // END_INCLUDE