Ling datum antag standarization.

This commit is contained in:
AnturK
2017-11-05 19:32:59 -06:00
committed by CitadelStationBot
parent 326d0bd29b
commit 2e0aaf8598
38 changed files with 1021 additions and 623 deletions
+1 -1
View File
@@ -365,7 +365,7 @@ It's fairly easy to fix if dealing with single letters but not so much with comp
if(M.mind in SSticker.mode.syndicates)
return 2
if("changeling")
if(M.mind in SSticker.mode.changelings)
if(M.mind.has_antag_datum(/datum/antagonist/changeling,TRUE))
return 2
if("wizard")
if(iswizard(M))