Gives two species Brutal Predation

This commit is contained in:
Cameron653
2017-11-22 16:47:49 -05:00
committed by GitHub
parent 1aa1843fff
commit 5daa2cd46b
@@ -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