ID:141024
 
Code:
        for(var/area/Flash/A in world)
flick("Flash",A)


Problem description:

The preceding code is, naturally, supposed to have all instances of this area flash a certain icon state, but for some reason it won't. This is not an issue with the icon or the icon state, but I am not sure if this is not working due to a bug in DM or due to some special circumstance for /area. Any help is much appreciated.
You're probably not seeing it because of the low default layer of areas.
In response to Kaioken
No, the layer was set, and I can see the area perfectly fine when I give it a default icon state.