Skip to content

Commit

Permalink
Fix bad initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Jan 23, 2025
1 parent 5690730 commit d6bbd05
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
pool.guaranteed_spawners |= src
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_id)
Expand Down

0 comments on commit d6bbd05

Please sign in to comment.