Files
Paradise/code/tests/test_spawn_humans.dm
warriorstar-orion 2559287298 Create a map template for tests and use an empty space level for placing it. (#27728)
* Create a dedicated area on Z-1 for tests.

* Place landmarks in testing area, with a 1-tile margin against walls.

* Consolidate map testing behavior and use a clean z-level.

* lint map

* undo SDMM var sanitization on centcomm
2024-12-30 18:25:10 +00:00

7 lines
235 B
Plaintext

/datum/game_test/spawn_humans/Run()
for(var/I in 1 to 5)
allocate(/mob/living/carbon/human, pick(available_turfs))
// There is a 5 second delay here so that all the items on the humans have time to initialize and spawn
sleep(50)