mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 02:57:48 +01:00
Fixes some antag datum related issues (#17351)
This commit is contained in:
+1
-2
@@ -1515,8 +1515,7 @@
|
||||
|
||||
/datum/mind/proc/has_antag_datum(datum_type, check_subtypes = TRUE)
|
||||
if(!datum_type)
|
||||
return FALSE
|
||||
. = FALSE
|
||||
return
|
||||
for(var/a in antag_datums)
|
||||
var/datum/antagonist/A = a
|
||||
if(check_subtypes && istype(A, datum_type))
|
||||
|
||||
Reference in New Issue
Block a user