Antag datum clean up/refactor (#15084)

This commit is contained in:
SteelSlayer
2021-11-25 08:29:46 +01:00
committed by GitHub
parent 57dcffa33e
commit 93908eefc8
13 changed files with 633 additions and 592 deletions
-6
View File
@@ -51,12 +51,6 @@
return 1
return 0
/proc/ismindslave(A) //Checks to see if the person contains a mindslave implant, then checks that the implant is actually inside of them
for(var/obj/item/implant/traitor/T in A)
if(T && T.implanted)
return 1
return 0
/proc/isLivingSSD(mob/M)
return istype(M) && M.player_logged && M.stat != DEAD