From c4107ba11738d29e604095c2dd27b5f08f2c2888 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Mon, 5 Feb 2018 04:56:39 -0600 Subject: [PATCH] [MIRROR] Fixes Luminous Slime spam (#5286) * Fixes Luminous Slime spam * Update jellypeople.dm --- .../mob/living/carbon/human/species_types/jellypeople.dm | 4 +++- 1 file changed, 3 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 120a19c86b..0299d64621 100644 --- a/code/modules/mob/living/carbon/human/species_types/jellypeople.dm +++ b/code/modules/mob/living/carbon/human/species_types/jellypeople.dm @@ -376,7 +376,6 @@ around.", "...and move this one instead.") - ///////////////////////////////////LUMINESCENTS////////////////////////////////////////// //Luminescents are able to consume and use slime extracts, without them decaying. @@ -534,6 +533,8 @@ 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 @@ -548,6 +549,7 @@ //Stargazers are the telepathic branch of jellypeople, able to project psychic messages and to link minds with willing participants. //Admin spawn only + /datum/species/jelly/stargazer name = "Stargazer" id = "stargazer"