Skip to content

Commit

Permalink
[MIRROR] Calls Allocate on the spawn humans unit test humans [MDB IGN…
Browse files Browse the repository at this point in the history
…ORE] (#730)

* Calls Allocate on the spawn humans unit test humans (#79827)

---------

Co-authored-by: SkyratBot <[email protected]>
Co-authored-by: Profakos <[email protected]>
  • Loading branch information
3 people authored Nov 20, 2023
1 parent e1b2180 commit 60776d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/unit_tests/spawn_humans.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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))
allocate(/mob/living/carbon/human/consistent, pick(locs))

sleep(5 SECONDS)

Expand Down

0 comments on commit 60776d1

Please sign in to comment.