From a104bffd8b954b66f4996bd515b5679f4ebfe230 Mon Sep 17 00:00:00 2001 From: KorPhaeron Date: Sun, 4 Feb 2018 01:35:04 -0600 Subject: [PATCH] Stops Luminous Slime spam (#35240) --- .../mob/living/carbon/human/species_types/jellypeople.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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