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"