diff --git a/code/modules/research/designs/autolathe_designs.dm b/code/modules/research/designs/autolathe_designs.dm index 280fea0b66c..29370cbc04b 100644 --- a/code/modules/research/designs/autolathe_designs.dm +++ b/code/modules/research/designs/autolathe_designs.dm @@ -608,6 +608,14 @@ build_path = /obj/item/weapon/rcd category = list("hacked", "Construction") +/datum/design/rcl + name = "Rapid Cable Layer" + id = "rcl" + build_type = AUTOLATHE + materials = list(MAT_METAL = 5000) + build_path = /obj/item/weapon/twohanded/rcl + category = list("hacked", "Construction") + /datum/design/electropack name = "Electropack" id = "electropack" diff --git a/code/modules/research/designs/equipment_designs.dm b/code/modules/research/designs/equipment_designs.dm index e63211dc35b..9792f007c55 100644 --- a/code/modules/research/designs/equipment_designs.dm +++ b/code/modules/research/designs/equipment_designs.dm @@ -190,7 +190,7 @@ materials = list("$metal" = 200, "$glass" = 200, "$uranium" = 1000, "$plasma" = 200) build_path = /obj/item/clothing/glasses/hud/hydroponic/night category = list("Equipment") - + /datum/design/handdrill name = "Hand Drill" desc = "A small electric hand drill with an interchangable screwdriver and bolt bit" @@ -210,7 +210,7 @@ build_type = PROTOLATHE materials = list(MAT_METAL = 4500, MAT_SILVER = 2500, MAT_DIAMOND = 1000) category = list("Equipment") - + /datum/design/alienwrench name = "Alien Wrench" desc = "An advanced wrench obtained through Abductor technology."