Adds language module.

This commit is contained in:
MisterLayne
2017-10-24 17:02:46 -04:00
parent ca84cd326a
commit 436eaa1efb
2 changed files with 29 additions and 1 deletions
+9 -1
View File
@@ -335,4 +335,12 @@
id = "borg_syndicate_module"
req_tech = list(TECH_COMBAT = 4, TECH_ILLEGAL = 3)
materials = list(DEFAULT_WALL_MATERIAL = 7500, "glass" = 11250, "diamond" = 7500)
build_path = /obj/item/borg/upgrade/syndicate
build_path = /obj/item/borg/upgrade/syndicate
/datum/design/item/prosfab/robot_upgrade/language
name = "language module"
desc = "Used to let cyborgs other than clerical or service speak a variety of languages."
id = "borg_language_module"
req_tech = list(TECH_DATA = 6, TECH_MATERIAL = 6)
materials = list(DEFAULT_WALL_MATERIAL = 25000, "glass" = 3000, "gold" = 350)
build_path = /obj/item/borg/upgrade/language