Fixes Oversight with Scrambled Equipment Module

I had assumed the prosthetics fabricator took the name of the items for
its lists, but that wasn't the case.
This commit is contained in:
Andrew
2017-08-07 14:33:40 -05:00
parent a2993f4da9
commit 50de47d5c0
+1 -1
View File
@@ -290,7 +290,7 @@
build_path = /obj/item/borg/upgrade/jetpack
/datum/design/item/prosfab/robot_upgrade/syndicate
name = "Illegal upgrade"
name = "Scrambled equipment module"
desc = "Allows for the construction of lethal upgrades for cyborgs."
id = "borg_syndicate_module"
req_tech = list(TECH_COMBAT = 4, TECH_ILLEGAL = 3)