mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-21 02:16:54 +01:00
8 lines
208 B
Plaintext
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)
|