Exosuit program, tracking, and downloader improvements (#1264)

A minor project focusing on Modular computers and exosuits. Changelog is small, since most of this is changes to unreleased content
In brief:
Adds an exosuit monitor program
Fixes many visual issues with the downloader program
Tweaks Exosuit killswitch and EMP mechanics
This commit is contained in:
NanakoAC
2016-12-23 00:52:54 +02:00
committed by skull132
parent d2b49ab1cb
commit c7e56daaa6
15 changed files with 434 additions and 158 deletions
+8
View File
@@ -387,12 +387,20 @@
/datum/design/item/mecha_tracking
name = "Exosuit tracking beacon"
id = "exotrack"
build_type = MECHFAB
time = 5
materials = list(DEFAULT_WALL_MATERIAL = 500)
build_path = /obj/item/mecha_parts/mecha_tracking
category = "Misc"
/datum/design/item/mecha_tracking/control
name = "Exosuit control beacon"
id = "exocontrol"
time = 30
materials = list(DEFAULT_WALL_MATERIAL = 3000)
build_path = /obj/item/mecha_parts/mecha_tracking/control
/datum/design/item/mecha
build_type = MECHFAB
category = "Exosuit Equipment"