Adds spawn reagents to SPAWN. Keeps on DEBUG as well. (#9713)

This commit is contained in:
Intigracy
2016-04-29 01:45:10 -07:00
committed by clusterfack
parent 1ae0d920e7
commit 160a1ceb69

View File

@@ -124,7 +124,8 @@ var/list/admin_verbs_spawn = list(
/datum/admins/proc/spawn_atom, // Allows us to spawn instances /datum/admins/proc/spawn_atom, // Allows us to spawn instances
/client/proc/spawn_datum, //Allows us to spawn datums to the marked datum buffer /client/proc/spawn_datum, //Allows us to spawn datums to the marked datum buffer
/client/proc/cmd_admin_dress, //Allows us to spawn clothing and dress a mob with it in one click /client/proc/cmd_admin_dress, //Allows us to spawn clothing and dress a mob with it in one click
/client/proc/respawn_character //Allows us to re-spawn someone /client/proc/respawn_character, //Allows us to re-spawn someone
/client/proc/debug_reagents //Allows us to spawn reagents in mobs/containers
) )
var/list/admin_verbs_server = list( var/list/admin_verbs_server = list(
/client/proc/Set_Holiday, /client/proc/Set_Holiday,