Fixes blindfolds not properly counting as being blind (#49541)

* Fixes blindfolds not properly counting as being blind

* Call the proper proc
This commit is contained in:
skoglol
2020-02-25 19:15:33 +01:00
committed by GitHub
24 changed files with 44 additions and 47 deletions
+1 -1
View File
@@ -292,7 +292,7 @@
if(resistance_flags & ON_FIRE)
return
if(is_blind(user))
if(user.is_blind())
return
if(istype(P, /obj/item/pen) || istype(P, /obj/item/toy/crayon))