From 8a02c1a0a1c30b8810afd5d2229879e420e37e81 Mon Sep 17 00:00:00 2001 From: Putnam Date: Wed, 13 Nov 2019 04:30:45 -0800 Subject: [PATCH] Made results of vote semi-public --- code/controllers/subsystem/vote.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/subsystem/vote.dm b/code/controllers/subsystem/vote.dm index a4634622c9..a4544c6572 100644 --- a/code/controllers/subsystem/vote.dm +++ b/code/controllers/subsystem/vote.dm @@ -173,7 +173,7 @@ SUBSYSTEM_DEF(vote) mean += (choices[PEACE]*-1+choices[CHAOS])/voted.len GLOB.dynamic_curve_centre = mean*20 GLOB.dynamic_curve_width = CLAMP(3-abs(mean*10),0.5,4) - message_admins("Dynamic curve centre set to [GLOB.dynamic_curve_centre] and width set to [GLOB.dynamic_curve_width].") + 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") var/datum/map_config/VM = config.maplist[.]