mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-06 23:12:36 +00:00
* Swaps sleep() to use SECONDS define * merge conflicts and skyrat modules Co-authored-by: san7890 <the@san7890.com> Co-authored-by: tastyfish <crazychris32@gmail.com>
8 lines
191 B
Plaintext
8 lines
191 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(pick(locs))
|
|
|
|
sleep(5 SECONDS)
|