mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 12:47:16 +01:00
Gives two species Brutal Predation
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user