From 50de47d5c00d32b60bc69d7076fc10d2f8745bfe Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 7 Aug 2017 14:33:40 -0500 Subject: [PATCH] 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. --- code/modules/research/prosfab_designs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/prosfab_designs.dm b/code/modules/research/prosfab_designs.dm index 02a05eb64d..cccade8f9a 100644 --- a/code/modules/research/prosfab_designs.dm +++ b/code/modules/research/prosfab_designs.dm @@ -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)