Changed the default number of changeling scaling coefficient from 10 to 7 in the configuration files.

This commit is contained in:
Aranclanos
2014-03-01 20:59:03 -03:00
parent 71307d75d7
commit b9835abbc4
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@
var/allow_ai = 0 // allow ai job
var/traitor_scaling_coeff = 6 //how much does the amount of players get divided by to determine traitors
var/changeling_scaling_coeff = 10 //how much does the amount of players get divided by to determine changelings
var/changeling_scaling_coeff = 7 //how much does the amount of players get divided by to determine changelings
var/protect_roles_from_antagonist = 0// If security and such can be traitor/cult/other
var/allow_latejoin_antagonists = 0 // If late-joining players can be traitor/changeling

View File

@@ -102,7 +102,7 @@ PROBABILITY SANDBOX 0
## Used as (Antagonists = Population / Coeff)
## Set to 0 to disable scaling and use default numbers instead.
TRAITOR_SCALING_COEFF 6
CHANGELING_SCALING_COEFF 10
CHANGELING_SCALING_COEFF 7
## Uncomment to prohibit jobs that start with loyalty
## implants from being most antagonists.