diff --git a/code/modules/mob/living/carbon/human/species/species_vr.dm b/code/modules/mob/living/carbon/human/species/species_vr.dm index fa3bb9762d7..63f02a5af8e 100644 --- a/code/modules/mob/living/carbon/human/species/species_vr.dm +++ b/code/modules/mob/living/carbon/human/species/species_vr.dm @@ -12,6 +12,7 @@ //var/reviving = 0 //commented out 'cause moved to mob holder_type = /obj/item/weapon/holder/micro //This allows you to pick up crew min_age = 18 + descriptors = list() var/wing_hair var/wing var/wing_animation diff --git a/code/modules/mob/living/carbon/human/species/station/station_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_vr.dm index b40f8a9bfe5..3c8542aba04 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_vr.dm @@ -305,6 +305,7 @@ min_age = 18 gluttonous = 0 inherent_verbs = list(/mob/living/proc/shred_limb) + descriptors = list() /datum/species/tajaran spawn_flags = SPECIES_CAN_JOIN @@ -330,6 +331,7 @@ spawn_flags = SPECIES_CAN_JOIN min_age = 18 gluttonous = 0 + descriptors = list() /datum/species/diona spawn_flags = SPECIES_CAN_JOIN | SPECIES_IS_WHITELISTED @@ -345,6 +347,7 @@ push_flags = ~HEAVY //Allows them to use micro step code. swap_flags = ~HEAVY gluttonous = 0 + descriptors = list() inherent_verbs = list( /mob/living/carbon/human/proc/sonar_ping, @@ -371,6 +374,9 @@ icobase = 'icons/mob/human_races/r_vox_old.dmi' deform = 'icons/mob/human_races/r_def_vox_old.dmi' inherent_verbs = list(/mob/living/proc/shred_limb, /mob/living/proc/eat_trash) + descriptors = list( + /datum/mob_descriptor/vox_markings = 0 + ) datum/species/harpy name = SPECIES_RAPALA