From d96976fc5958a0e51b0e04910a687861f20d182f Mon Sep 17 00:00:00 2001 From: Putnam Date: Tue, 22 Oct 2019 00:34:14 -0700 Subject: [PATCH] Added dynamic vote logging --- code/controllers/subsystem/vote.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/controllers/subsystem/vote.dm b/code/controllers/subsystem/vote.dm index 91a19fda1d..9aa3910ab6 100644 --- a/code/controllers/subsystem/vote.dm +++ b/code/controllers/subsystem/vote.dm @@ -166,6 +166,7 @@ SUBSYSTEM_DEF(vote) GLOB.dynamic_curve_centre = mean*(5/2) GLOB.dynamic_curve_width = max(variance,0.5) message_admins("Dynamic curve centre set to [GLOB.dynamic_curve_centre] and width set to [GLOB.dynamic_curve_width]") + log_admins("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[.] message_admins("The map has been voted for and will change to: [VM.map_name]")