diff --git a/code/controllers/subsystem/vote.dm b/code/controllers/subsystem/vote.dm index 37bc84a401..a4544c6572 100644 --- a/code/controllers/subsystem/vote.dm +++ b/code/controllers/subsystem/vote.dm @@ -172,7 +172,7 @@ SUBSYSTEM_DEF(vote) if(voted.len != 0) mean += (choices[PEACE]*-1+choices[CHAOS])/voted.len GLOB.dynamic_curve_centre = mean*20 - GLOB.dynamic_curve_width = CLAMP(4-abs(mean*10),0.5,4) + GLOB.dynamic_curve_width = CLAMP(3-abs(mean*10),0.5,4) to_chat(world,"Dynamic curve centre set to [GLOB.dynamic_curve_centre] and width set to [GLOB.dynamic_curve_width].") log_admin("Dynamic curve centre set to [GLOB.dynamic_curve_centre] and width set to [GLOB.dynamic_curve_width]") if("map")