Merge pull request #3836 from Citadel-Station-13/upstream-merge-32453

[MIRROR] Little change. More the same
This commit is contained in:
LetterJay
2017-11-12 08:20:01 -06:00
committed by GitHub
8 changed files with 38 additions and 40 deletions
+1 -2
View File
@@ -119,10 +119,9 @@ Class Procs:
var/critical_machine = FALSE //If this machine is critical to station operation and should have the area be excempted from power failures.
var/list/occupant_typecache //if set, turned into typecache in Initialize, other wise, defaults to mob/living typecache
var/atom/movable/occupant = null
var/unsecuring_tool = /obj/item/wrench
var/interact_open = FALSE // Can the machine be interacted with when in maint/when the panel is open.
var/interact_offline = 0 // Can the machine be interacted with while de-powered.
var/speed_process = 0 // Process as fast as possible?
var/speed_process = FALSE // Process as fast as possible?
var/obj/item/circuitboard/circuit // Circuit to be created and inserted when the machinery is created
/obj/machinery/Initialize()