Merge pull request #7205 from VOREStation/Arokha/playsound

Alter playsound paradigm
This commit is contained in:
Atermonera
2020-05-28 16:05:59 -07:00
committed by GitHub
347 changed files with 1541 additions and 1543 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ var/list/sounds_cache = list()
log_admin("[key_name(src)] played a local sound [S]")
message_admins("[key_name_admin(src)] played a local sound [S]", 1)
playsound(get_turf(src.mob), S, 50, 0, 0)
playsound(src.mob, S, 50, 0, 0)
feedback_add_details("admin_verb","PLS") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!