directive 
Vars | |
| enact_delay | The grace period before security is allowed to enforce it. |
|---|---|
| mutual_blacklist | A list of directive types this directive cannot coexist with. |
| reward | How many marks management gets for choosing this flavor of CBT. |
Procs | |
| announce_end | Announce the directive has |
| announce_start | Announce the enaction of how fucked they are. |
| can_roll | Determines if the directive is elligible to roll at this time. |
| end | Idk if this will ever be used but you never know! |
| get_announce_end_text | Getter for the text used in announce_end() |
| get_announce_start_text | Getter for the text used in announce_start() |
| process | Just so it doesnt call datum process and throw a runtime. |
| start | Called when a directive is enacted. |
Var Details
enact_delay 
The grace period before security is allowed to enforce it.
mutual_blacklist 
A list of directive types this directive cannot coexist with.
reward 
How many marks management gets for choosing this flavor of CBT.
Proc Details
announce_end
Announce the directive has
announce_start
Announce the enaction of how fucked they are.
can_roll
Determines if the directive is elligible to roll at this time.
end
Idk if this will ever be used but you never know!
get_announce_end_text
Getter for the text used in announce_end()
get_announce_start_text
Getter for the text used in announce_start()
process
Just so it doesnt call datum process and throw a runtime.
start
Called when a directive is enacted.