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 -2
View File
@@ -28,7 +28,6 @@ explorer loot to a pool, we first need to create the pool as a distinct
```dm
/datum/spawn_pool/space_loot
id = "space_loot_pool"
available_points = 200
```
@@ -37,7 +36,7 @@ And then we create the spawners we want, all subtypes of
```dm
/obj/effect/spawner/random/pool/space_loot
spawn_pool_id = "space_loot_pool"
spawn_pool = /datum/spawn_pool/space_loot
/obj/effect/spawner/random/pool/space_loot/tier1
point_value = 5