Boosted the minimum and max power of light tubes

This commit is contained in:
Albert Iordache
2012-06-22 15:46:54 +03:00
parent 506eb57979
commit 167372833b
+2 -2
View File
@@ -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