diff --git a/code/controllers/configuration/entries/game_options.dm b/code/controllers/configuration/entries/game_options.dm index 13d73d08298..c9517a97bbb 100644 --- a/code/controllers/configuration/entries/game_options.dm +++ b/code/controllers/configuration/entries/game_options.dm @@ -71,27 +71,27 @@ /datum/config_entry/number/traitor_scaling_coeff //how much does the amount of players get divided by to determine traitors config_entry_value = 6 integer = FALSE - min_val = 1 + min_val = 0 /datum/config_entry/number/brother_scaling_coeff //how many players per brother team config_entry_value = 25 integer = FALSE - min_val = 1 + min_val = 0 /datum/config_entry/number/changeling_scaling_coeff //how much does the amount of players get divided by to determine changelings config_entry_value = 6 integer = FALSE - min_val = 1 + min_val = 0 /datum/config_entry/number/ecult_scaling_coeff //how much does the amount of players get divided by to determine e_cult config_entry_value = 6 integer = FALSE - min_val = 1 + min_val = 0 /datum/config_entry/number/security_scaling_coeff //how much does the amount of players get divided by to determine open security officer positions config_entry_value = 8 integer = FALSE - min_val = 1 + min_val = 0 /datum/config_entry/number/traitor_objectives_amount config_entry_value = 2