Making two clones one to the north east and one to the NW in Developer Help
mob testing_npc verb spawn_mob() var/mob/testing_npc/t = new() var/x_loc = src.x ++ var/y_loc = src.y ++ t.loc = locate(x_loc, y_loc, src.z)