ID:269621
 
Nothing will delete, what did I do wrong?

mob
Morty
New()
..()
spawn()
Deletion()
proc
Deletion()
var/turf/T
for(T in view(src))
del T
..()
You're really not going to be able to delete a turf unless it is something other than the world/turf, but it will become the world/turf after deletion, unless of coarse, you don't have a world/turf set, in which case I don't know what will be to happen. May I suggest making them objects instead?