mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
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:
committed by
GitHub
parent
ec374c69d5
commit
064f0ce221
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user