Files
Bubberstation/code/modules/unit_tests/spawn_humans.dm
Zephyr 5c18606d9b [FUCK] Linters work again, V3 (#71748)
Get linters working again, I was never using the correct directory
expansion syntax for checks, so why some of them still worked anyway is
beyond me.

Fixes https://github.com/tgstation/tgstation/issues/71695
2022-12-06 01:05:52 -08:00

8 lines
202 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)
new /mob/living/carbon/human/consistent(pick(locs))
sleep(5 SECONDS)