
Code:
for(var/atom/A in oview(2,src))
flick('turf.dmi',A)
flick("bound",A)
sleep(1)
Problem description:
I want to change the icons only in the "5x5" range. Problem is, this code changes tiles in the "1x1 to 5x5" range.
What I want. (blue)

What I get.
