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 e90de50279..f8aefc6294 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 @@ -292,6 +292,7 @@ "You feel uncomfortably warm.", "Your chitin feels hot." ) + inherent_verbs = list(/mob/living/carbon/human/proc/shred_limb) /datum/species/unathi spawn_flags = SPECIES_CAN_JOIN //Species_can_join is the only spawn flag all the races get, so that none of them will be whitelist only if whitelist is enabled. @@ -331,6 +332,12 @@ push_flags = ~HEAVY //Allows them to use micro step code. swap_flags = ~HEAVY + inherent_verbs = list( + /mob/living/carbon/human/proc/sonar_ping, + /mob/living/proc/hide, + /mob/living/carbon/human/proc/shred_limb + ) + /datum/species/shapeshifter/promethean spawn_flags = SPECIES_CAN_JOIN