Makes admin sound announcement use the right span

This commit is contained in:
CitadelStationBot
2017-05-01 17:32:29 -05:00
parent 315f2b7738
commit b45d4ba668
+1 -1
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