Merge pull request #14189 from kugamo/Fixes-T_scanner-problems

Fixes T_Scanner visual bug
This commit is contained in:
AffectedArc07
2020-08-31 16:42:54 +01:00
committed by GitHub
+2 -1
View File
@@ -72,7 +72,8 @@ REAGENT SCANNER
var/turf/U = O.loc
if(U && U.intact)
O.invisibility = 101
O.alpha = 255
if(O)
O.alpha = 255
for(var/mob/living/M in T.contents)
var/oldalpha = M.alpha
if(M.alpha < 255 && istype(M))