Adminbus Things (#8683)

Adds full variants of stacks of items in the spawn menu.
    Adds local narrate, which allows you to narrate to all mobs in a 7 tile radius.
    Allows admins to reset stationbounds via right click or Special Verbs menu.
    Adds a random type golem rune to the spawn menu, if an admin wants to adminbus a random golem into a round.
This commit is contained in:
Geeves
2020-05-15 23:37:51 +03:00
committed by GitHub
parent 097ea6cfbc
commit fbfd4b5738
11 changed files with 270 additions and 7 deletions
@@ -240,6 +240,10 @@ var/list/global/golem_runes = list()
var/datum/ghostspawner/human/golem/golem_spawner = SSghostroles.spawners[role_spawner]
golem_spawner.enable()
/obj/effect/golemrune/random_type/Initialize()
. = ..()
golem_type = pick(golem_types)
/obj/effect/golemrune/Destroy()
. = ..()
golem_runes -= src