mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 01:24:21 +01:00
Stargazers cannot project thoughts while dead (#38775)
This commit is contained in:
committed by
vuonojenmustaturska
parent
256f0f9512
commit
ec58093d7e
@@ -662,6 +662,8 @@
|
||||
|
||||
/datum/action/innate/project_thought/Activate()
|
||||
var/mob/living/carbon/human/H = owner
|
||||
if(H.stat == DEAD)
|
||||
return
|
||||
if(!is_species(H, /datum/species/jelly/stargazer))
|
||||
return
|
||||
CHECK_DNA_AND_SPECIES(H)
|
||||
|
||||
Reference in New Issue
Block a user