This commit is contained in:
Fermi
2019-11-24 02:41:21 +00:00
parent b756f37ff6
commit 8af225e6e3
2145 changed files with 5258 additions and 1387322 deletions
-12
View File
@@ -1,12 +0,0 @@
//include unit test files in this module in this ifdef
//Keep this sorted alphabetically
#ifdef UNIT_TESTS
#include "component_tests.dm"
#include "reagent_id_typos.dm"
#include "reagent_recipe_collisions.dm"
#include "spawn_humans.dm"
#include "subsystem_init.dm"
#include "timer_sanity.dm"
#include "unit_test.dm"
#endif
-7
View File
@@ -1,7 +0,0 @@
/datum/unit_test/spawn_humans/Run()
var/locs = block(run_loc_bottom_left, run_loc_top_right)
for(var/I in 1 to 5)
new /mob/living/carbon/human(pick(locs))
sleep(50)