Merge pull request #12624 from Citadel-Station-13/policy

policy configuration & support hooks for clone memory disorder
This commit is contained in:
Lin
2020-07-11 16:40:38 -05:00
committed by GitHub
10 changed files with 71 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ $include donator_groupings.txt
$include dynamic_config.txt
$include plushies/defines.txt
$include job_threats.txt
$include policy.txt
# You can use the @ character at the beginning of a config option to lock it from being edited in-game
# Example usage:
+13
View File
@@ -0,0 +1,13 @@
## Policy configuration
## Current valid keys are:
## ON_CLONE - displayed after a successful cloning operation to the cloned person
## ON_DEFIB_INTACT - displayed after defibbing before memory loss time threshold
## ON_DEFIB_LATE - displayed after defibbing post memory loss time threshold
##
## EXAMPLE:
## POLICYCONFIG ON_CLONE insert text here <span class='notice'>span classes are fully supported</span>
## Misc entries for above
## Defib time limit for "cloning memory disorder" memory loss in seconds
# DEFIB_CMD_TIME_LIMIT 300