Merge pull request #4151 from MisterLayne/LanguageModule

Cyborg Language Module
This commit is contained in:
Mechoid
2017-10-27 10:24:07 -07:00
committed by GitHub
2 changed files with 29 additions and 1 deletions

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