for(var/turf/T in oview(usr,4))
new/turf/Black01(T)
the top part is fine. but getting rid of it is a little harder for me. so could someone tell me how to fix this bottom part?
for(var/turf/T in oview(usr,4))
del /turf/Black01 in T.loc
Problem description:
*points to middle between code area*
Or you can furthur specify what you want in for():