ID:174643
 
I am not 100% certain this is the right place, but anyway:

I need help modifying this code:

mob/Click()
missile(/obj/bullet, usr, loc)


so that /obj/bullet goes to all targets, not just mobs.
change it from mob to atom, atom represent mobs, objs, areas and turfs
In response to FranquiBoy
FranquiBoy wrote:
change it from mob to atom, atom represent mobs, objs, areas and turfs

It didn't work. It still only shoots mobs.

atom/Click()
missile(/obj/bullet, usr, loc)
In response to Drafonis
Do you need the usr, loc maybe you dont need that or maybe it makes it go to only users