mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 01:24:21 +01:00
Add randomized tracking beacons to all maps (#61673)
This takes the new random tracking beacon spawner and adds them to all maps. The only guaranteed tracking beacon that spawns is the one at arrivals. The rest have a 35% chance to spawn and are located in the following areas:
teleporter
AI Sat teleporter
escape
showcase
bridge
courtroom
bomb testing range
atmos
xenobio secure chamber
medbay
engineering
bar/cafe
EVA
virology
dorms
mech bay
lavaland
cargo
shooting range/security
chapel
disposals
hydro
garden
library
gateway
incinerator room
vacant office
More roguelike randomization for every round is good for the soul.
This commit is contained in:
@@ -133,5 +133,5 @@
|
||||
/obj/effect/spawner/random/engineering/tracking_beacon
|
||||
name = "tracking beacon spawner"
|
||||
icon_state = "beacon"
|
||||
spawn_loot_chance = 50
|
||||
spawn_loot_chance = 35
|
||||
loot = list(/obj/item/beacon)
|
||||
|
||||
Reference in New Issue
Block a user