mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-30 11:21:39 +00:00
* spanish? * aaaagain * keep maptext * Update robot_items.dm * Update span_defines.dm * compiles * Update silicon_mob.dm * compile
9 lines
268 B
Plaintext
9 lines
268 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_PR_ANNOUNCE("PR: [prtext]"))
|