mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
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:
@@ -19,8 +19,7 @@
|
||||
new /obj/structure/closet/crate/loot(spawn_loc, rarity, quantity)
|
||||
log_and_message_admins("Unusual container spawned at (<a href='?_src_=holder;adminplayerobservecoodjump=1;X=[spawn_loc.x];Y=[spawn_loc.y];Z=[spawn_loc.z]'>JMP</a>)")
|
||||
else
|
||||
var/obj/effect/golemrune/rune = new /obj/effect/golemrune(spawn_loc)
|
||||
rune.golem_type = pick(golem_types)
|
||||
var/obj/effect/golemrune/rune = new /obj/effect/golemrune/random_type(spawn_loc)
|
||||
log_and_message_admins("Bluespace Golem rune ([rune.golem_type]) spawned at (<a href='?_src_=holder;adminplayerobservecoodjump=1;X=[spawn_loc.x];Y=[spawn_loc.y];Z=[spawn_loc.z]'>JMP</a>)")
|
||||
|
||||
spark(spawn_loc, 10, alldirs)
|
||||
|
||||
Reference in New Issue
Block a user