From 5daa2cd46b82edaaa7b418e39a4ae1c12a143f08 Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Wed, 22 Nov 2017 16:47:49 -0500 Subject: [PATCH] Gives two species Brutal Predation --- .../mob/living/carbon/human/species/station/station_vr.dm | 7 +++++++ 1 file changed, 7 insertions(+) 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