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 20:24:31 +02:00
committed by skull132
parent a52092b294
commit 65e0f3de97
63 changed files with 270 additions and 146 deletions
@@ -10,6 +10,7 @@
available_on_ntnet = 1
nanomodule_path = /datum/nano_module/program/computer_aidiag/
var/restoring = 0
color = LIGHT_COLOR_PURPLE
/datum/computer_file/program/aidiag/proc/get_ai()
if(computer && computer.ai_slot && computer.ai_slot.check_functionality() && computer.ai_slot.enabled && computer.ai_slot.stored_card && computer.ai_slot.stored_card.carded_ai)
@@ -9,3 +9,4 @@
usage_flags = PROGRAM_CONSOLE | PROGRAM_LAPTOP
requires_ntnet = 1
size = 8
color = LIGHT_COLOR_PURPLE
@@ -8,6 +8,7 @@
required_access_run = access_network
required_access_download = access_heads
usage_flags = PROGRAM_CONSOLE
color = LIGHT_COLOR_GREEN
available_on_ntnet = 1
nanomodule_path = /datum/nano_module/computer_ntnetmonitor/