Admin tools tweak (#5634)

- Show Player panel was reworked to just have a sing "Select Species" button that includes all species in species datum.
- AI is added as an option of transformation
- Developers are granted access to Game Panel - (used only for Create object/mob/tur)
This commit is contained in:
Mykhailo Bykhovtsev
2018-11-28 22:41:56 +01:00
committed by Werner
parent 155cda1b5f
commit 0f953b1a87
4 changed files with 52 additions and 17 deletions
+1
View File
@@ -342,6 +342,7 @@ var/list/admin_verbs_mod = list(
var/list/admin_verbs_dev = list( //will need to be altered - Ryan784
///datum/admins/proc/restart,
/datum/admins/proc/spawn_atom, //allows us to spawn instances,
/client/proc/game_panel, // GUI spawn
/client/proc/Jump,
/client/proc/jumptokey, /*allows us to jump to the location of a mob with a certain ckey*/
/client/proc/jumptomob, /*allows us to jump to a specific mob*/