Merge pull request #9016 from unid15/buton

Jump to Vault admin button
This commit is contained in:
clusterfack
2016-03-28 14:14:47 -05:00
3 changed files with 38 additions and 2 deletions

View File

@@ -44,6 +44,7 @@ var/list/admin_verbs_admin = list(
/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*/
/client/proc/jumptoturf, /*allows us to jump to a specific turf*/
/client/proc/jumptovault, /*allows us to jump to a specific vault*/
/client/proc/admin_call_shuttle, /*allows us to call the emergency shuttle*/
/client/proc/admin_cancel_shuttle, /*allows us to cancel the emergency shuttle, sending it back to centcomm*/
/client/proc/cmd_admin_direct_narrate, /*send text directly to a player with no padding. Useful for narratives and fluff-text*/