Simpler lighting process, bug fixes, & modular computer tweaks (#1809)

Fixes #1806
Fixes #1730
Fixes #1747
Partially addresses #1763
Addresses #1283
Fixes #1799
Fixes #1816
Fixes #1813
This commit is contained in:
Lohikar
2017-02-24 12:24:31 -06:00
committed by skull132
parent a52092b294
commit 65e0f3de97
63 changed files with 270 additions and 146 deletions
@@ -13,6 +13,7 @@
network_destination = "power monitoring system"
size = 9
var/has_alert = 0
color = LIGHT_COLOR_ORANGE
/datum/computer_file/program/power_monitor/process_tick()
..()
@@ -41,6 +42,7 @@
network_destination = "alarm monitoring network"
size = 5
var/has_alert = 0
color = LIGHT_COLOR_CYAN
/datum/computer_file/program/alarm_monitor/process_tick()
..()
@@ -72,6 +74,7 @@
requires_ntnet_feature = NTNET_SYSTEMCONTROL
usage_flags = PROGRAM_CONSOLE
size = 17
color = LIGHT_COLOR_CYAN
/datum/computer_file/program/rcon_console
filename = "rconconsole"
@@ -86,6 +89,7 @@
requires_ntnet_feature = NTNET_SYSTEMCONTROL
usage_flags = PROGRAM_CONSOLE
size = 19
color = LIGHT_COLOR_GREEN
// Night-Mode Toggle for CE
/datum/computer_file/program/lighting_control
@@ -101,3 +105,4 @@
requires_ntnet_feature = NTNET_SYSTEMCONTROL
usage_flags = PROGRAM_CONSOLE
size = 9
color = LIGHT_COLOR_GREEN