fixes oversight, that made some scanned objects appear solid

This commit is contained in:
Kugamo
2020-09-08 11:42:21 -05:00
parent 7ee337b9e6
commit b6ad29a1ec
+1 -2
View File
@@ -72,8 +72,7 @@ REAGENT SCANNER
var/turf/U = O.loc
if(U && U.intact)
O.invisibility = 101
if(O)
O.alpha = 255
O.alpha = 255
for(var/mob/living/M in T.contents)
var/oldalpha = M.alpha
if(M.alpha < 255 && istype(M))