[MIRROR] Sintouched antag datums (#6096)
* Sintouched antag datums (#36561) * Sintouched stuff * hudz * These are boring and when they happen they happen en masse so let's just list them * undefs * Sintouched antag datums
This commit is contained in:
committed by
Poojawa
parent
3e25c34dbc
commit
4f254f181f
@@ -193,11 +193,11 @@
|
||||
for(var/mob/living/carbon/human/H in targets)
|
||||
if(!H.mind)
|
||||
continue
|
||||
if(locate(/datum/objective/sintouched) in H.mind.objectives)
|
||||
if(H.mind.has_antag_datum(/datum/antagonist/sintouched))
|
||||
continue
|
||||
if(H.anti_magic_check(FALSE, TRUE))
|
||||
continue
|
||||
H.influenceSin()
|
||||
H.mind.add_antag_datum(/datum/antagonist/sintouched)
|
||||
H.Knockdown(400)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user