This commit is contained in:
Ghommie
2019-12-19 17:40:22 +01:00
parent fb2b259d92
commit a46982efe3
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -966,7 +966,9 @@
. = ..()
if(.) //No need to run through all of this if it's already true.
return
if(isclothing(head) && (head.clothing_flags & SCAN_REAGENTS))
return TRUE
if(isclothing(head))
var/obj/item/clothing/H = head
if(H.clothing_flags & SCAN_REAGENTS)
return TRUE
if(isclothing(wear_mask) && (wear_mask.clothing_flags & SCAN_REAGENTS))
return TRUE