move removal to human/death

This commit is contained in:
Coul
2019-09-14 21:51:06 -04:00
parent 00c3b6ad41
commit e09913ae39
2 changed files with 1 additions and 5 deletions
@@ -101,7 +101,7 @@
return FALSE
set_heartattack(FALSE)
SSmobs.cubemonkeys -= src
if(dna.species)
dna.species.handle_hud_icons(src)
//Handle species-specific deaths.
@@ -46,10 +46,6 @@
/datum/species/monkey/get_random_name()
return "[lowertext(name)] ([rand(100,999)])"
/datum/species/monkey/handle_death(gibbed, mob/living/carbon/human/H)
. = ..()
SSmobs.cubemonkeys -= H
/datum/species/monkey/on_species_gain(mob/living/carbon/human/H)
..()
H.real_name = "[lowertext(name)] ([rand(100,999)])"