it's always the )

This commit is contained in:
Joan Lung
2016-09-19 13:08:39 -04:00
parent 3ec7e81131
commit 904c062e38
+1 -1
View File
@@ -12,7 +12,7 @@
return FALSE
for(var/i in antag_datums)
var/datum/antag_datum/D = i
if(check_subtypes
if(check_subtypes)
if(istype(D, type))
return D
else