Files
Paradise/code/modules/world_topic/pr_announce_topic.dm
AffectedArc07 b34e8fa301 [READY] CI now bans files with the same name (#20195)
* CI now bans files with the same name

* Part 1

* Warriorstar python tweaks

* Part Deux

* Fix unticked

* fix
2023-02-04 16:33:41 -06:00

9 lines
283 B
Plaintext

/datum/world_topic_handler/announce
topic_key = "announce"
requires_commskey = TRUE
/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='pr_announce'>PR: [prtext]</span>")