Merge pull request #6193 from Citadel-Station-13/upstream-merge-36800

[MIRROR] Adds check to keep observers from being recognized as servants of ratvar
This commit is contained in:
LetterJay
2018-03-31 18:43:34 -05:00
committed by GitHub
+1 -1
View File
@@ -45,7 +45,7 @@ Credit where due:
///////////
/proc/is_servant_of_ratvar(mob/M)
return istype(M) && M.mind && M.mind.has_antag_datum(/datum/antagonist/clockcult)
return isliving(M) && M.mind && M.mind.has_antag_datum(/datum/antagonist/clockcult)
/proc/is_eligible_servant(mob/M)
if(!istype(M))