From bd2cf41e07ab253349d61ac86938d717ad2d0826 Mon Sep 17 00:00:00 2001 From: Archie Date: Sun, 20 Jun 2021 20:47:26 -0300 Subject: [PATCH] Voters --- code/controllers/subsystem/vote.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/controllers/subsystem/vote.dm b/code/controllers/subsystem/vote.dm index b56cf5a5..4d7d3361 100644 --- a/code/controllers/subsystem/vote.dm +++ b/code/controllers/subsystem/vote.dm @@ -1,6 +1,6 @@ #define DYNAMIC_DEFAULT_CHAOS 1.0 //The default chaos value for low pop low vote rounds -#define DYNAMIC_VOTE_NORMALIZATION 5 //If there are fewer than this many votes, the average will be skewed towards the default -#define DYNAMIC_NONVOTER_FACTOR 0.75 // 1 means they count for a full vote +#define DYNAMIC_VOTE_NORMALIZATION 7 //If there are fewer than this many votes, the average will be skewed towards the default +#define DYNAMIC_NONVOTER_FACTOR 0.5 // 1 means they count for a full vote SUBSYSTEM_DEF(vote) name = "Vote"