switch spawn pools from using IDs to typerefs (#29227)

This commit is contained in:
warriorstar-orion
2025-05-13 21:51:35 +00:00
committed by GitHub
parent 5039d1c84b
commit 04f5a04f32
7 changed files with 19 additions and 27 deletions
@@ -1,10 +1,9 @@
/datum/spawn_pool/whiteship_mobs
id = "whiteship_mobs_spawn_pool"
available_points = 0
/obj/effect/spawner/random/pool/whiteship_mob
icon_state = "giftbox"
spawn_pool_id = "whiteship_mobs_spawn_pool"
spawn_pool = /datum/spawn_pool/whiteship_mobs
unique_picks = TRUE
guaranteed = TRUE
point_value = 0