mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
fix pool spawners deleting themselves way before they should (#29738)
This commit is contained in:
committed by
GitHub
parent
f72a520cbe
commit
28920e8a61
@@ -41,7 +41,7 @@
|
||||
else
|
||||
pool.known_spawners |= src
|
||||
|
||||
return INITIALIZE_HINT_QDEL
|
||||
return INITIALIZE_HINT_NORMAL
|
||||
|
||||
/obj/effect/spawner/random/pool/generate_loot_list()
|
||||
var/datum/spawn_pool/pool = GLOB.spawn_pool_manager.get(spawn_pool)
|
||||
|
||||
Reference in New Issue
Block a user