mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-20 22:54:46 +00:00
* [FUCK] Linters work again, V3 * i don't think these are all of them * heehhooo there go the fucking m aps! Co-authored-by: Zephyr <12817816+ZephyrTFA@users.noreply.github.com> Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> Co-authored-by: Jolly-66 <70232195+Jolly-66@users.noreply.github.com>
8 lines
202 B
Plaintext
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)
|