ID:161870
 
'Ello! I've been trying to make an aoe-type spell that effets every mob in a 5 view radius, and keep coming up with failed attempts. Could anyone help me with this?
for(var/mob/M in view(src))
affect(M)
I do have a library on area attacks, if thats what you mean.
In response to Garthor
This works. Thanks mucho Garthor. =D