ok this is the best solution

A single if statement, how elegant
This commit is contained in:
Kugamo
2020-08-29 19:07:55 -05:00
parent 702fbbfdb3
commit c340e71999
+1 -1
View File
@@ -72,7 +72,7 @@ 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))