unit test update

This commit is contained in:
LetterN
2021-09-08 10:08:20 +08:00
parent 6739e349a0
commit 93332462f3
8 changed files with 260 additions and 66 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/datum/unit_test/spawn_humans/Run()
var/locs = block(run_loc_bottom_left, run_loc_top_right)
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))