[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:
CitadelStationBot
2018-03-26 04:19:49 -05:00
committed by Poojawa
parent 3e25c34dbc
commit 4f254f181f
9 changed files with 98 additions and 59 deletions
+2 -2
View File
@@ -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)