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

@@ -426,8 +426,7 @@ var/global/list/remainless_species = list(SPECIES_PROMETHEAN,
SPECIES_XENO_QUEEN, SPECIES_XENO_QUEEN,
SPECIES_SHADOW, SPECIES_SHADOW,
SPECIES_GOLEM, //Some special species that may or may not be ever used in event too, SPECIES_GOLEM, //Some special species that may or may not be ever used in event too,
SPECIES_SHADEKIN, //Shadefluffers just poof away SPECIES_SHADEKIN) //Shadefluffers just poof away
SPECIES_SHADEKIN_YW) //YW edits
/var/global/list/existing_solargrubs = list() /var/global/list/existing_solargrubs = list()

View File

@@ -42,7 +42,6 @@
has_glowing_eyes = TRUE has_glowing_eyes = TRUE
death_message = "phases to somewhere far away!"
male_cough_sounds = null male_cough_sounds = null
female_cough_sounds = null female_cough_sounds = null
male_sneeze_sound = null male_sneeze_sound = null
@@ -86,12 +85,6 @@
BP_R_FOOT = list("path" = /obj/item/organ/external/foot/right) 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() /datum/species/shadekin_yw/get_bodytype()
return SPECIES_SHADEKIN return SPECIES_SHADEKIN