Merge pull request #862 from tigercat2000/mbcidip

Bay play_server_sound caching & admin 'who' showing account age
This commit is contained in:
TheDZD
2015-04-24 14:57:12 -04:00
4 changed files with 47 additions and 1 deletions
+2 -1
View File
@@ -74,7 +74,8 @@ var/list/admin_verbs_ban = list(
)
var/list/admin_verbs_sounds = list(
/client/proc/play_local_sound,
/client/proc/play_sound
/client/proc/play_sound,
/client/proc/play_server_sound
)
var/list/admin_verbs_event = list(
/client/proc/object_talk,