Call the proper proc

This commit is contained in:
ShizCalev
2020-02-24 01:28:54 -05:00
parent df81c5be4a
commit 0228bc2fbe
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -165,7 +165,7 @@
stress = max(stress - 4, 0)
/datum/brain_trauma/severe/monophobia/proc/check_alone()
if(HAS_TRAIT(owner, TRAIT_BLIND))
if(owner.is_blind())
return TRUE
for(var/mob/M in oview(owner, 7))
if(!isliving(M)) //ghosts ain't people