From 18802ff4e2e2a886f78e08c0411543a2a681f583 Mon Sep 17 00:00:00 2001 From: Vile Beggar Date: Fri, 8 Feb 2019 22:32:38 +0100 Subject: [PATCH] Tweaks lights to spark less (#42696) * makes lights spark less * applies cobby's suggestions from review Co-Authored-By: VileBeggar --- code/modules/power/lighting.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/power/lighting.dm b/code/modules/power/lighting.dm index ff1c2577c5c..f5c45621989 100644 --- a/code/modules/power/lighting.dm +++ b/code/modules/power/lighting.dm @@ -9,8 +9,8 @@ #define LIGHT_BROKEN 2 #define LIGHT_BURNED 3 -#define BROKEN_SPARKS_MIN 15 SECONDS -#define BROKEN_SPARKS_MAX 30 SECONDS +#define BROKEN_SPARKS_MIN (30 SECONDS) +#define BROKEN_SPARKS_MAX (90 SECONDS) /obj/item/wallframe/light_fixture name = "light fixture frame"