Stops AIs from giving the borg a free secondary light (#30913)

* Stops AIs from giving the borg a free secondary light

* Using a camera var now

* Wrong if

* My brain is not working
This commit is contained in:
KorPhaeron
2017-09-24 17:57:58 -05:00
committed by CitadelStationBot
parent 5b05af9036
commit 31f6898a87
3 changed files with 4 additions and 1 deletions
+2
View File
@@ -39,6 +39,8 @@
// Upgrades bitflag
var/upgrades = 0
var/internal_light = TRUE //Whether it can light up when an AI views it
/obj/machinery/camera/Initialize(mapload)
. = ..()
assembly = new(src)