Adds a config option to determine the minimum alert level for secborgs (defaulting to red alert)

This commit is contained in:
deathride58
2019-10-11 14:33:32 -04:00
parent ae843435f0
commit 60749f8b07
5 changed files with 16 additions and 2 deletions
@@ -70,6 +70,9 @@
/datum/config_entry/flag/disable_peaceborg
/datum/config_entry/number/minimum_secborg_alert //Minimum alert level for secborgs to be chosen.
config_entry_value = 3
/datum/config_entry/number/traitor_scaling_coeff //how much does the amount of players get divided by to determine traitors
config_entry_value = 6
min_val = 1