communciations_controller 
Vars | |
| block_command_report | 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. |
|---|---|
| captivity_area | The location where the special xenomorph egg was planted |
| command_report_footnotes | A list of footnote datums, to be added to the bottom of the roundstart command report. |
| command_report_main_content | The main content of the roundstart report If nothing is set, it will pick a random flavor report |
| soft_filtering | 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. |
| waittime_h | What is the higher bound of when the roundstart announcement is sent out? |
| waittime_l | What is the lower bound of when the roundstart announcement is sent out? |
| xenomorph_egg_delivered | Has a special xenomorph egg been delivered? |
Procs | |
| get_main_report_content | Return a random flavor/meme report to use in the command report |
Var Details
block_command_report 
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.
captivity_area 
The location where the special xenomorph egg was planted
command_report_footnotes 
A list of footnote datums, to be added to the bottom of the roundstart command report.
command_report_main_content 
The main content of the roundstart report If nothing is set, it will pick a random flavor report
soft_filtering 
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.
waittime_h 
What is the higher bound of when the roundstart announcement is sent out?
waittime_l 
What is the lower bound of when the roundstart announcement is sent out?
xenomorph_egg_delivered 
Has a special xenomorph egg been delivered?
Proc Details
get_main_report_content
Return a random flavor/meme report to use in the command report