Merge pull request #1790 from Citadel-Station-13/upstream-merge-28831

[MIRROR] Fix modular consoles
This commit is contained in:
LetterJay
2017-06-27 00:27:47 -05:00
committed by GitHub
2 changed files with 12 additions and 1 deletions
@@ -39,7 +39,7 @@
// Optional hardware (improves functionality, but is not critical for computer to work)
var/list/all_components // List of "connection ports" in this computer and the components with which they are plugged
var/list/all_components = list() // List of "connection ports" in this computer and the components with which they are plugged
var/list/idle_threads // Idle programs on background. They still receive process calls but can't be interacted with.
var/obj/physical = null // Object that represents our computer. It's used for Adjacent() and UI visibility checks.