From 167372833b4552eed28d017e7384654138c305dc Mon Sep 17 00:00:00 2001 From: Albert Iordache Date: Fri, 22 Jun 2012 15:46:54 +0300 Subject: [PATCH] Boosted the minimum and max power of light tubes --- 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 cdebe557b3c..f99087a9a48 100644 --- a/code/modules/power/lighting.dm +++ b/code/modules/power/lighting.dm @@ -10,8 +10,8 @@ #define LIGHT_BROKEN 2 #define LIGHT_BURNED 3 -#define TUBE_BRIGHT_MIN 6 -#define TUBE_BRIGHT_MAX 8 +#define TUBE_BRIGHT_MIN 7 +#define TUBE_BRIGHT_MAX 9 #define BULB_BRIGHT_MIN 4 #define BULB_BRIGHT_MAX 5