Removes dead code related to Exosuit Monitoring and Control NanoUI program (#10441)

This commit is contained in:
Jiří Barouš
2020-11-07 15:29:04 +01:00
committed by GitHub
parent cf58a96cc4
commit 5502f80e07
7 changed files with 2 additions and 199 deletions
@@ -1,12 +0,0 @@
/datum/computer_file/program/exosuit_monitor
filename = "exosuitmonitor"
filedesc = "Exosuit Monitoring and Control"
nanomodule_path = /datum/nano_module/exosuit_control
program_icon_state = "mecha"
extended_desc = "This program allows remote monitoring and administration of exosuits with tracking beacons installed."
required_access_run = access_robotics
required_access_download = access_rd
usage_flags = PROGRAM_CONSOLE | PROGRAM_LAPTOP
requires_ntnet = TRUE
size = 8
color = LIGHT_COLOR_PURPLE