ID:176822
 
I want it so when the monster hits you you die. And it always moves towards you no matter how far away you are.
mob
monster
New()
for(var/mob/M in world)
walk_to(src,M)
Bump(mob/M)
if(ismob(M))
del(M)