mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Adds a cargo crate spawning tool for admins (#20220)
* Allows admins to create cargo crates * AA and Miravel review * remove debug text * AA review * Oops * sirryan review * sirryan review 2 * atom to turf
This commit is contained in:
@@ -116,7 +116,8 @@ GLOBAL_LIST_INIT(admin_verbs_event, list(
|
||||
GLOBAL_LIST_INIT(admin_verbs_spawn, list(
|
||||
/datum/admins/proc/spawn_atom, /*allows us to spawn instances*/
|
||||
/client/proc/respawn_character,
|
||||
/client/proc/admin_deserialize
|
||||
/client/proc/admin_deserialize,
|
||||
/client/proc/create_crate
|
||||
))
|
||||
GLOBAL_LIST_INIT(admin_verbs_server, list(
|
||||
/client/proc/reload_admins,
|
||||
|
||||
Reference in New Issue
Block a user