Ports "Refactors can_see_reagents"

This commit is contained in:
Ghommie
2019-12-19 17:17:18 +01:00
parent 5be981e026
commit fb2b259d92
11 changed files with 41 additions and 29 deletions
+4
View File
@@ -532,3 +532,7 @@ It's fairly easy to fix if dealing with single letters but not so much with comp
if(!held_item)
return
return held_item.GetID()
//Can the mob see reagents inside of containers?
/mob/proc/can_see_reagents()
return stat == DEAD || has_unlimited_silicon_privilege //Dead guys and silicons can always see reagents