ID:178363
 
How do you create a still turret that shoots at people within 30 tiles?
mob
turret
Move()
return 0//cant move
verb
shoot(mob/M as mob in oview(30))
missile(/obj/Boom,usr,M.loc)