s-sorry b-byond

This commit is contained in:
D3athrow
2015-05-28 18:18:13 -05:00
parent ce796aec8d
commit a96b51b787

View File

@@ -1,4 +1,4 @@
/client/proc/play_sound(S as sound)
/client/proc/play_sound(var/sound/S as sound)
set category = "Fun"
set name = "Play Global Sound"
if(!check_rights(R_SOUNDS)) return
@@ -17,7 +17,7 @@
feedback_add_details("admin_verb","PGS") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
/client/proc/play_local_sound(S as sound)
/client/proc/play_local_sound(var/sound/S as sound)
set category = "Fun"
set name = "Play Local Sound"
if(!check_rights(R_SOUNDS)) return