Adds local narrate, direct narrate for all players in view

Fixes chem dispenser UI size
This commit is contained in:
clusterfack
2015-03-05 19:55:19 -06:00
parent efbdd6b382
commit 6c7ef37dea
3 changed files with 23 additions and 3 deletions

View File

@@ -44,6 +44,7 @@ var/list/admin_verbs_admin = list(
/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*/
/client/proc/cmd_admin_local_narrate, /*send text locally to all players in view, similar to direct narrate*/
/client/proc/cmd_admin_world_narrate, /*sends text to all players with no padding*/
/client/proc/cmd_admin_create_centcom_report,
/client/proc/check_words, /*displays cult-words*/