mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-09 17:13:36 +00:00
14 lines
334 B
Plaintext
14 lines
334 B
Plaintext
/datum/spawn_pool/whiteship_mobs
|
|
available_points = 0
|
|
|
|
/obj/effect/spawner/random/pool/whiteship_mob
|
|
icon_state = "giftbox"
|
|
spawn_pool = /datum/spawn_pool/whiteship_mobs
|
|
unique_picks = TRUE
|
|
guaranteed = TRUE
|
|
point_value = 0
|
|
loot = list(
|
|
/mob/living/simple_animal/hostile/pirate,
|
|
/obj/effect/spawner/random/space_pirate,
|
|
)
|