diff --git a/code/modules/mob/new_player/sprite_accessories_vr.dm b/code/modules/mob/new_player/sprite_accessories_vr.dm index a08522ffc4f..4a4d418d134 100644 --- a/code/modules/mob/new_player/sprite_accessories_vr.dm +++ b/code/modules/mob/new_player/sprite_accessories_vr.dm @@ -27,4 +27,12 @@ name = "Sergal Fairytail" icon = 'icons/mob/human_face_vr.dmi' icon_state = "serg_fairytail" - species_allowed = list("Sergal") \ No newline at end of file + species_allowed = list("Sergal") + + species_allowed = list("Human","Skrell","Unathi","Tajara", "Teshari", "Nevrean", "Akula", "Sergal", "Flatland Zorren", "Highlander Zorren") //This lets all races use the default hairstyles. + + bald + name = "Bald" + icon_state = "bald" + gender = MALE + species_allowed = list("Human","Skrell","Unathi","Tajara", "Teshari", "Nevrean", "Akula", "Sergal", "Flatland Zorren", "Highlander Zorren") //Lets all the races be bald if they want. \ No newline at end of file diff --git a/code/modules/vore/appearance/sprite_accessories_vr.dm b/code/modules/vore/appearance/sprite_accessories_vr.dm index e169963b2a2..26c510ff049 100644 --- a/code/modules/vore/appearance/sprite_accessories_vr.dm +++ b/code/modules/vore/appearance/sprite_accessories_vr.dm @@ -43,25 +43,6 @@ desc = "" icon_state = "squirrel-red" -/datum/sprite_accessory/ears/squirrel - name = "squirrel, colorable" - desc = "" - icon_state = "squirrel" - do_colouration = 1 - -/datum/sprite_accessory/ears/kitty - name = "kitty, colorable" - desc = "" - icon_state = "kitty" - do_colouration = 1 - extra_overlay = "kittyinner" - -/datum/sprite_accessory/ears/bunny - name = "bunny, colorable" - desc = "" - icon_state = "bunny" - do_colouration = 1 - /datum/sprite_accessory/ears/bunny_white name = "bunny, white" desc = "" @@ -72,12 +53,6 @@ desc = "" icon_state = "bear-brown" -/datum/sprite_accessory/ears/bear - name = "bear, colorable" - desc = "" - icon_state = "bear" - do_colouration = 1 - /datum/sprite_accessory/ears/wolf_grey name = "wolf, grey" desc = "" @@ -93,25 +68,11 @@ desc = "" icon_state = "wolf-wise" -/datum/sprite_accessory/ears/wolf - name = "wolf, colorable" - desc = "" - icon_state = "wolf" - do_colouration = 1 - extra_overlay = "wolfinner" - /datum/sprite_accessory/ears/mouse_grey name = "mouse, grey" desc = "" icon_state = "mouse-grey" -/datum/sprite_accessory/ears/mouse - name = "mouse, colorable" - desc = "" - icon_state = "mouse" - do_colouration = 1 - extra_overlay = "mouseinner" - /datum/sprite_accessory/ears/bee name = "bee antennae" desc = "" @@ -127,6 +88,73 @@ desc = "" icon_state = "demon-horns1" +/datum/sprite_accessory/ears/foxears + name = "highlander zorren ears" + desc = "" + icon_state = "foxears" + +/datum/sprite_accessory/ears/fenears + name = "flatland zorren ears" + desc = "" + icon_state = "fenears" + +/datum/sprite_accessory/ears/sergal + name = "Sergal ears" + icon_state = "serg_plain_s" + +/datum/sprite_accessory/ears/foxearshc + name = "highlander zorren ears, colorable" + desc = "" + icon_state = "foxearshc" + do_colouration = 1 + +/datum/sprite_accessory/ears/fenearshc + name = "flatland zorren ears, colorable" + desc = "" + icon_state = "fenearshc" + do_colouration = 1 + +/datum/sprite_accessory/ears/sergalhc + name = "Sergal ears, colorable" + icon_state = "serg_plain_s" + do_colouration = 1 + +/datum/sprite_accessory/ears/mousehc + name = "mouse, colorable" + desc = "" + icon_state = "mouse" + do_colouration = 1 + extra_overlay = "mouseinner" + +/datum/sprite_accessory/ears/wolfhc + name = "wolf, colorable" + desc = "" + icon_state = "wolf" + do_colouration = 1 + extra_overlay = "wolfinner" + +/datum/sprite_accessory/ears/bearhc + name = "bear, colorable" + desc = "" + icon_state = "bear" + do_colouration = 1 + + name = "squirrel, colorable" + desc = "" + icon_state = "squirrel" + do_colouration = 1 + + name = "kitty, colorable" + desc = "" + icon_state = "kitty" + do_colouration = 1 + extra_overlay = "kittyinner" + + name = "bunny, colorable" + desc = "" + icon_state = "bunny" + do_colouration = 1 + // Special snowflake ears go below here. /datum/sprite_accessory/ears/molenar_kitsune diff --git a/icons/mob/vore/ears_vr.dmi b/icons/mob/vore/ears_vr.dmi index 6ed1ffde648..f83e3101dc6 100644 Binary files a/icons/mob/vore/ears_vr.dmi and b/icons/mob/vore/ears_vr.dmi differ