This commit is contained in:
Chinsky
2014-10-14 01:59:48 +04:00
parent 647568020a
commit ac14ffb455

View File

@@ -10,7 +10,7 @@
var/use = 5 var/use = 5
var/unlocked = 0 var/unlocked = 0
var/open = 0 var/open = 0
var/brightness_on = 999 //can't remember what the maxed out value is var/brightness_on = 8 //can't remember what the maxed out value is
/obj/machinery/floodlight/New() /obj/machinery/floodlight/New()
src.cell = new(src) src.cell = new(src)