Merge pull request #707 from Citadel-Station-13/upstream-merge-26746

[MIRROR] Makes admin sound announcement use the right span
This commit is contained in:
LetterJay
2017-05-05 09:39:04 -05:00
committed by GitHub

View File

@@ -21,7 +21,7 @@
var/res = alert(usr, "Show the title of this song to the players?",, "No", "Yes", "Cancel")
switch(res)
if("Yes")
to_chat(world, "An admin played: [S]")
to_chat(world, "<span class='boldannounce'>An admin played: [S]</span>")
if("Cancel")
return