We didn't really need that

This commit is contained in:
LemonInTheDark
2020-07-10 22:25:18 -07:00
parent fce4274752
commit fae593872b
+1 -1
View File
@@ -167,7 +167,7 @@
if(!T)
return FALSE
for(var/atom/movable/AM in T)
if(AM.flags_1 & PREVENT_CLICK_UNDER_1 && AM.density && (AM.layer > layer || (T.intact && HAS_TRAIT(AM, TRAIT_T_RAY_VISIBLE))))
if(AM.flags_1 & PREVENT_CLICK_UNDER_1 && AM.density && AM.layer > layer)
return TRUE
return FALSE