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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user