mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
move removal to human/death
This commit is contained in:
@@ -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)])"
|
||||
|
||||
Reference in New Issue
Block a user