mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 18:46:24 +01:00
Actually give staff the play z sound verb
I forgot this part.
This commit is contained in:
@@ -132,7 +132,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_server_sound
|
||||
/client/proc/play_server_sound,
|
||||
/client/proc/play_z_sound
|
||||
)
|
||||
|
||||
var/list/admin_verbs_fun = list(
|
||||
|
||||
Reference in New Issue
Block a user