Antag Info and fixing the handshake finally

This commit is contained in:
keronshb
2021-10-14 20:43:41 -04:00
parent 8cb16aa0f3
commit 29a01f2d05
3 changed files with 29 additions and 1 deletions
-1
View File
@@ -200,7 +200,6 @@
/datum/mind/proc/has_antag_datum(datum_type, check_subtypes = TRUE)
if(!datum_type)
return
. = FALSE
for(var/a in antag_datums)
var/datum/antagonist/A = a
if(check_subtypes && istype(A, datum_type))