diff --git a/code/modules/research/designs/mechfabricator_designs.dm b/code/modules/research/designs/mechfabricator_designs.dm index 6ce54089fe..0285782b72 100644 --- a/code/modules/research/designs/mechfabricator_designs.dm +++ b/code/modules/research/designs/mechfabricator_designs.dm @@ -760,6 +760,7 @@ build_path = /obj/item/device/assembly/flash/handheld category = list("Misc") +/* /datum/design/flightsuit //Multi step build process/redo WIP name = "Flight Suit" desc = "A specialized hardsuit that is able to attach a flightpack and accessories.." @@ -791,4 +792,4 @@ materials = list(MAT_METAL = 5000, MAT_GLASS = 5000, MAT_GOLD = 1500, MAT_SILVER = 1500, MAT_PLASMA = 2000, MAT_TITANIUM = 2000) construction_time = 100 category = list("Misc") - req_tech = list("magnets" = 2, "combat" = 2, "plasmatech" = 3, "materials" = 3, "engineering" = 2, "powerstorage" = 2) + req_tech = list("magnets" = 2, "combat" = 2, "plasmatech" = 3, "materials" = 3, "engineering" = 2, "powerstorage" = 2)*/