Whitespace cleanup part 4. (#20226)

This commit is contained in:
warriorstar-orion
2023-01-20 19:40:42 -05:00
committed by GitHub
parent 0120b5e226
commit b790e6d5e2
13 changed files with 81 additions and 81 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
/datum/unit_test/spawn_humans/Run()
var/locs = block(run_loc_bottom_left, run_loc_top_right)
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))
for(var/I in 1 to 5)
new /mob/living/carbon/human(pick(locs))
// There is a 5 second delay here so that all the items on the humans have time to initialize and spawn
sleep(50)
sleep(50)