Merge pull request #7962 from VOREStation/Arokha/playsound

Alter playsound paradigm
This commit is contained in:
Aronai Sieyes
2020-05-19 11:20:52 -04:00
committed by GitHub
398 changed files with 1046 additions and 1046 deletions

View File

@@ -58,7 +58,7 @@ var/list/marker_beacon_colors = list(
return
if(use(1))
to_chat(user, "<span class='notice'>You activate and anchor [amount ? "a":"the"] [singular_name] in place.</span>")
playsound(user, 'sound/machines/click.ogg', 50, 1)
playsound(src, 'sound/machines/click.ogg', 50, 1)
var/obj/structure/marker_beacon/M = new(user.loc, picked_color)
transfer_fingerprints_to(M)