fix some tests (#29729)

* non airlock stuff

* pain unending

* comment local test define back out

* this needs a room to spawn mobs in
This commit is contained in:
warriorstar-orion
2025-07-09 10:16:36 -04:00
committed by GitHub
parent ec374c69d5
commit 064f0ce221
20 changed files with 102 additions and 89 deletions
@@ -27,7 +27,7 @@
// Skip all the shit and just spawn it.
spawn_loot()
qdel(src)
return
return INITIALIZE_HINT_QDEL
var/datum/spawn_pool/pool = GLOB.spawn_pool_manager.get(spawn_pool)
if(!pool)
@@ -41,6 +41,8 @@
else
pool.known_spawners |= src
return INITIALIZE_HINT_QDEL
/obj/effect/spawner/random/pool/generate_loot_list()
var/datum/spawn_pool/pool = GLOB.spawn_pool_manager.get(spawn_pool)
if(!pool)