mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-08 16:41:58 +00:00
* world/Topic Refactor * These arent needed anymore * How could I forget this * Biggest edit ever * Forgot this * Mini refactor
8 lines
311 B
Plaintext
8 lines
311 B
Plaintext
/datum/world_topic_handler/hostannounce
|
|
topic_key = "hostannounce"
|
|
requires_commskey = TRUE
|
|
|
|
/datum/world_topic_handler/hostannounce/execute(list/input, key_valid)
|
|
GLOB.pending_server_update = TRUE
|
|
to_chat(world, "<hr><span style='color: #12A5F4'><b>Server Announcement:</b> [input["message"]]</span><hr>")
|