[MIRROR] Fixes Luminous Slime spam (#5286)
* Fixes Luminous Slime spam * Update jellypeople.dm
This commit is contained in:
committed by
Poojawa
parent
98d18ee7e3
commit
c4107ba117
@@ -376,7 +376,6 @@
|
||||
around.</span>",
|
||||
"<span class='notice'>...and move this one instead.</span>")
|
||||
|
||||
|
||||
///////////////////////////////////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"
|
||||
|
||||
Reference in New Issue
Block a user