mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
tweak casino mobs and loot (#29389)
This commit is contained in:
@@ -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,
|
||||
)
|
||||
Reference in New Issue
Block a user