mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
-Rewired power cables in arrivals so they don't go through walls
-AI Integrity Restorer circuits can now be made via imprinter -Changes to Tech Storage inventory --Removed teleporter circuit. It was intentionally moved to the RD's office to prevent nuke ops from stealing them. --Added Protolathe, mining station monitor, and atmos alert circuits --Added crew monitoring circuit to secure tech --From the earlier commit: Added autolathe circuit and moved ID computer circuit into secure tech git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3789 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -160,7 +160,7 @@ datum
|
||||
|
||||
crewconsole
|
||||
name = "Circuit Design (Crew monitoring computer)"
|
||||
desc = "Allows for the construction of circuit boards used to build an Crew monitoring computer."
|
||||
desc = "Allows for the construction of circuit boards used to build a Crew monitoring computer."
|
||||
id = "crewconsole"
|
||||
req_tech = list("programming" = 3, "magnets" = 2, "biotech" = 2)
|
||||
build_type = IMPRINTER
|
||||
@@ -367,6 +367,15 @@ datum
|
||||
materials = list("$glass" = 2000, "acid" = 20)
|
||||
build_path = "/obj/item/weapon/circuitboard/message_monitor"
|
||||
|
||||
aifixer
|
||||
name = "Circuit Design (AI Integrity Restorer)"
|
||||
desc = "Allows for the construction of circuit boards used to build an AI Integrity Restorer."
|
||||
id = "aifixer"
|
||||
req_tech = list("programming" = 3, "biotech" = 2)
|
||||
build_type = IMPRINTER
|
||||
materials = list("$glass" = 2000, "acid" = 20)
|
||||
build_path = "/obj/item/weapon/circuitboard/aifixer"
|
||||
|
||||
///////////////////////////////////
|
||||
//////////AI Module Disks//////////
|
||||
///////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user