mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-05 07:02:36 +00:00
* CI now bans files with the same name * Part 1 * Warriorstar python tweaks * Part Deux * Fix unticked * fix
9 lines
283 B
Plaintext
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>")
|