Stops Luminous Slime spam (#35240)

This commit is contained in:
KorPhaeron
2018-02-04 01:35:04 -06:00
committed by duncathan salt
parent 214272c8c8
commit a104bffd8b
@@ -143,7 +143,7 @@
bodies = list(C)
else
bodies |= C
/datum/species/jelly/slime/spec_death(gibbed, mob/living/carbon/human/H)
if(slime_split)
if(!H.mind || !H.mind.active)
@@ -534,6 +534,7 @@
CHECK_DNA_AND_SPECIES(H)
if(species.current_extract)
species.extract_cooldown = world.time + 100
var/cooldown = species.current_extract.activate(H, species, activation_type)
species.extract_cooldown = world.time + cooldown