diff --git a/code/modules/mob/new_player/sprite_accessories_vr.dm b/code/modules/mob/new_player/sprite_accessories_vr.dm index bcbe8092f8..7b3b7d052f 100644 --- a/code/modules/mob/new_player/sprite_accessories_vr.dm +++ b/code/modules/mob/new_player/sprite_accessories_vr.dm @@ -8,6 +8,17 @@ species_allowed = list("Human","Skrell","Unathi","Tajara", "Teshari", "Nevrean", "Akula", "Sergal", "Flatland Zorren", "Highlander Zorren", "Vulpkanin", "Xenochimera", "Xenomorph Hybrid", "Vasilissan", "Rapala") //This lets all races use the default hairstyles. + citheronia + name = "Citheronia Hair (Kira72)" + icon = 'icons/mob/human_face_vr.dmi' + icon_state = "citheronia_hair" + ckeys_allowed = list("Kira72") + + citheronia_colorable + name = "Citheronia Hair" + icon = 'icons/mob/human_face_vr.dmi' + icon_state = "citheronia_hair_c" + sergal_plain name = "Sergal Plain" icon = 'icons/mob/human_face_vr.dmi' @@ -295,8 +306,8 @@ icon_state = "spike" species_allowed = list("Vulpkanin", "Xenochimera") gender = NEUTER - -//xeno stuffs + +//xeno stuffs xeno_head_drone_color name = "Drone dome" icon = 'icons/mob/human_face_vr.dmi' @@ -331,7 +342,7 @@ icon_state = "cxeno_praetorian" species_allowed = list("Xenomorph Hybrid") gender = NEUTER - + /datum/sprite_accessory/facial_hair species_allowed = list("Human","Skrell","Unathi","Tajara", "Teshari", "Nevrean", "Akula", "Sergal", "Flatland Zorren", "Highlander Zorren", "Vulpkanin", "Xenochimera", "Xenomorph Hybrid", "Vasilissan", "Rapala") //This lets all races use the facial hair styles. diff --git a/code/modules/vore/appearance/sprite_accessories_vr.dm b/code/modules/vore/appearance/sprite_accessories_vr.dm index fc2c3e0361..2a21c70c5b 100644 --- a/code/modules/vore/appearance/sprite_accessories_vr.dm +++ b/code/modules/vore/appearance/sprite_accessories_vr.dm @@ -236,6 +236,12 @@ icon_state = "molenar-kitsune" ckeys_allowed = list("molenar") +/datum/sprite_accessory/ears/citheronia_antennae + name = "citheronia antennae (Kira72)" + desc = "" + icon_state = "molenar-kitsune" + ckeys_allowed = list("kira72") + /datum/sprite_accessory/ears/molenar_deathclaw name = "deathclaw ears (Molenar)" desc = "" @@ -339,6 +345,12 @@ do_colouration = 1 color_blend_mode = ICON_MULTIPLY +/datum/sprite_accessory/wing/citheroniamoth + name = "citheronia wings" + desc = "" + icon_state = "citheronia_wings" + ckeys_allowed = list("kira72") + /datum/sprite_accessory/wing/feathered name = "feathered wings, colorable" desc = "" @@ -1058,10 +1070,10 @@ /datum/sprite_accessory/tail/taur/slug name = "Slug" icon_state = "slug_s" - + /datum/sprite_accessory/tail/taur/frog name = "Frog" - icon_state = "frog_s" + icon_state = "frog_s" /*/datum/sprite_accessory/tail/taur/drake //Yeah hold that thought for a bit. These got no suit compatibility yet. name = "Drake" diff --git a/icons/mob/human_face_vr.dmi b/icons/mob/human_face_vr.dmi index b5c5e989bf..f2e90381f5 100644 Binary files a/icons/mob/human_face_vr.dmi and b/icons/mob/human_face_vr.dmi differ diff --git a/icons/mob/vore/wings_vr.dmi b/icons/mob/vore/wings_vr.dmi index 6b6893ee4f..8966a90ba1 100644 Binary files a/icons/mob/vore/wings_vr.dmi and b/icons/mob/vore/wings_vr.dmi differ