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:
Tim
2021-11-18 01:38:30 -06:00
committed by GitHub
parent 9ace5b7b70
commit c52b5f9fe6
8 changed files with 4790 additions and 4486 deletions
@@ -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)