buncha changes
This commit is contained in:
@@ -586,7 +586,7 @@
|
||||
|
||||
var/list/mob/living/targets = list()
|
||||
for(var/mob/living/potential_target in oview(owner, 1))
|
||||
if(IS_HERETIC(potential_target) || potential_target.mind?.has_antag_datum(/datum/antagonist/heretic_monster))
|
||||
if(IS_HERETIC(potential_target) || IS_HERETIC_MONSTER(potential_target))
|
||||
continue
|
||||
targets += potential_target
|
||||
if(LAZYLEN(targets))
|
||||
|
||||
Reference in New Issue
Block a user