Code Consistency: luminosity --> light_range

This commit is contained in:
Firecage
2017-10-22 07:06:07 +02:00
committed by CitadelStationBot
parent 3e1c307e4e
commit 25b5bb3e44
8 changed files with 15 additions and 9 deletions
+7
View File
@@ -8,11 +8,18 @@
anchored = TRUE
desc = "Make dark."
var/on = TRUE
<<<<<<< HEAD
var/area/area = null
var/otherarea = null
// luminosity = 1
/obj/machinery/light_switch/Initialize()
=======
var/area/area = null
var/otherarea = null
/obj/machinery/light_switch/Initialize()
>>>>>>> afd8bb7... Code Consistency: luminosity --> light_range (#31355)
. = ..()
area = get_area(src)