This commit is contained in:
Fox-McCloud
2015-10-19 17:20:35 -04:00
parent aabdfc3924
commit 6d2a2f3eba
3 changed files with 8 additions and 10 deletions
-5
View File
@@ -1447,9 +1447,4 @@ mob/proc/yank_out_object()
//Can the mob see reagents inside of containers?
/mob/proc/can_see_reagents()
if(ishuman(src))
var/mob/living/carbon/human/H = src
for(var/obj/item/clothing/C in H) //If they have some clothing equipped that lets them see reagents, they can see reagents
if(C.scan_reagents)
return 1
return 0