Fixes PR announce test being huge (#19579)

This commit is contained in:
AffectedArc07
2022-11-02 21:21:57 +01:00
committed by GitHub
parent 39b5d3462d
commit 6662c48c69
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,4 +5,4 @@
/datum/world_topic_handler/announce/execute(list/input, key_valid)
var/prtext = input["announce"]
for(var/client/C in GLOB.clients)
to_chat(C, "<span class='announce'>PR: [prtext]</span>")
to_chat(C, "<span class='pr_announce'>PR: [prtext]</span>")