TGUI Engineering... and a bunch of other random things

This commit is contained in:
ShadowLarkens
2020-09-24 21:54:18 -07:00
parent aebfc19991
commit dad9020f9a
373 changed files with 15493 additions and 17584 deletions

View File

@@ -6,6 +6,7 @@
var/enabled = 0 // Whether the computer is turned on.
var/screen_on = 1 // Whether the computer is active/opened/it's screen is on.
var/device_theme = "ntos" // Sets the theme for the main menu, hardware config, and file browser apps. Overridden by certain non-NT devices.
var/datum/computer_file/program/active_program = null // A currently active program running on the computer.
var/hardware_flag = 0 // A flag that describes this device type
var/last_power_usage = 0 // Last tick power usage of this computer