tweak casino mobs and loot (#29389)

This commit is contained in:
warriorstar-orion
2025-05-25 15:50:03 +00:00
committed by GitHub
parent 8e78f195a3
commit e690c3b916
6 changed files with 50 additions and 43 deletions
@@ -0,0 +1,14 @@
/obj/effect/spawner/random/pool/spaceloot/syndicate/rare/casino
guaranteed = TRUE
/datum/spawn_pool/casino_mobs
available_points = 6
/obj/effect/spawner/random/pool/casino_mob
icon_state = "pirate"
spawn_pool = /datum/spawn_pool/casino_mobs
point_value = 1
loot = list(
/mob/living/simple_animal/hostile/pirate,
/mob/living/simple_animal/hostile/pirate/ranged,
)