mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-15 02:03:48 +01:00
Merge pull request #12316 from Very-Soft/imdumb
Actually give staff the play z sound verb
This commit is contained in:
@@ -133,7 +133,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