mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
s-sorry b-byond
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user