mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-31 04:31:41 +00:00
* non airlock stuff * pain unending * comment local test define back out * this needs a room to spawn mobs in
7 lines
245 B
Plaintext
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)
|