diff --git a/code/modules/mob/living/carbon/human/species_types/jellypeople.dm b/code/modules/mob/living/carbon/human/species_types/jellypeople.dm index 805562e6d3e..ca9d9e8206e 100644 --- a/code/modules/mob/living/carbon/human/species_types/jellypeople.dm +++ b/code/modules/mob/living/carbon/human/species_types/jellypeople.dm @@ -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