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.