Files
2026-01-24 19:42:25 +00:00

8 lines
208 B
Plaintext

/datum/unit_test/spawn_humans/Run()
var/locs = block(run_loc_floor_bottom_left, run_loc_floor_top_right)
for(var/I in 1 to 5)
allocate(/mob/living/carbon/human/consistent, pick(locs))
sleep(5 SECONDS)