Tweaks play internet sound (#2401)

* Update playsound.dm

* Update playsound.dm
This commit is contained in:
Gandalf
2020-12-31 04:36:18 +01:00
committed by GitHub
parent 33ea7a99bc
commit e8b9b5fda0
+1 -1
View File
@@ -116,7 +116,7 @@
var/res = alert(usr, "Show the title of and link to this song to the players?\n[title]",, "No", "Yes", "Cancel")
switch(res)
if("Yes")
to_chat(world, "<span class='boldannounce'>An admin played: [webpage_url]</span>", confidential = TRUE)
to_chat(world, "<span class='boldannounce'>[src] played: [webpage_url]</span>", confidential = TRUE) //SKYRAT EDIT CHANGE - ORIGINAL: to_chat(world, "<span class='boldannounce'>An admin played: [webpage_url]</span>", confidential = TRUE)
if("Cancel")
return