Files
Paradise/code/tests/test_spawn_humans.dm
warriorstar-orion 064f0ce221 fix some tests (#29729)
* non airlock stuff

* pain unending

* comment local test define back out

* this needs a room to spawn mobs in
2025-07-09 14:16:36 +00:00

7 lines
245 B
Plaintext

/datum/game_test/room_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)