Geneshadekins will stop phasing on death.

This commit is contained in:
Repede
2020-02-15 14:00:25 -05:00
parent 5a150114c6
commit 5178fe3419
2 changed files with 1 additions and 9 deletions

View File

@@ -42,7 +42,6 @@
has_glowing_eyes = TRUE
death_message = "phases to somewhere far away!"
male_cough_sounds = null
female_cough_sounds = null
male_sneeze_sound = null
@@ -86,12 +85,6 @@
BP_R_FOOT = list("path" = /obj/item/organ/external/foot/right)
)
/datum/species/shadekin_yw/handle_death(var/mob/living/carbon/human/H)
spawn(1)
for(var/obj/item/W in H)
H.drop_from_inventory(W)
qdel(H)
/datum/species/shadekin_yw/get_bodytype()
return SPECIES_SHADEKIN