mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Stops Luminous Slime spam (#35240)
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user