Skip to content

Commit

Permalink
Fix return value of pool spawner initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Jan 24, 2025
1 parent c02b94e commit a19668b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
pool.guaranteed_spawners |= src
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_id)
Expand Down

0 comments on commit a19668b

Please sign in to comment.