Im using the bump proc to delete stuff that gets hit by fire. but I only want the fire to kill mobs, not obj or turf, this is my code:
fire
Bump(mob/M)
del M
I thought that the mob/M would limit it to mobs but its not working, does this work some other way?