Merge pull request #2934 from Citadel-Station-13/upstream-merge-30913

[MIRROR] Stops AIs from giving the borg a free secondary light
This commit is contained in:
LetterJay
2017-09-25 13:29:02 -04:00
committed by GitHub
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)