splits up if statement into multiple lines

This commit is contained in:
Kugamo
2020-08-30 15:43:23 -05:00
parent c340e71999
commit da45849334
+2 -1
View File
@@ -72,7 +72,8 @@ REAGENT SCANNER
var/turf/U = O.loc
if(U && U.intact)
O.invisibility = 101
if(O) 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))