mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
[MIRROR] Admins can now add footnotes to the roundstart command report [MDB IGNORE] (#17897)
* Admins can now add footnotes to the roundstart command report * Update adminevents.dm Co-authored-by: Rhials <Datguy33456@gmail.com> Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com>
This commit is contained in:
co-authored by
Rhials
Zonespace
parent
eec317a0ef
commit
b236e4b0ce
@@ -13,6 +13,11 @@ SUBSYSTEM_DEF(communications)
|
||||
/// Are we trying to send a cross-station message that contains soft-filtered words? If so, flip to TRUE to extend the time admins have to cancel the message.
|
||||
var/soft_filtering = FALSE
|
||||
|
||||
/// A list of footnote datums, to be added to the bottom of the roundstart command report.
|
||||
var/list/command_report_footnotes = list()
|
||||
/// A counter of conditions that are blocking the command report from printing. Counter incremements up for every blocking condition, and de-incrememnts when it is complete.
|
||||
var/block_command_report = 0
|
||||
|
||||
/datum/controller/subsystem/communications/proc/can_announce(mob/living/user, is_silicon)
|
||||
if(is_silicon && COOLDOWN_FINISHED(src, silicon_message_cooldown))
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user