mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-08 15:47:52 +01:00
62676e72a8
Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>
8 lines
187 B
Plaintext
8 lines
187 B
Plaintext
/datum/unit_test/spawn_humans/Run()
|
|
var/locs = block(run_loc_bottom_left, run_loc_top_right)
|
|
|
|
for(var/I in 1 to 5)
|
|
new /mob/living/carbon/human(pick(locs))
|
|
|
|
sleep(50)
|