diff --git a/code/modules/research/tg/designs/modsuit_designs.dm b/code/modules/research/tg/designs/modsuit_designs.dm index a1c1f061a59..e233f8baaae 100644 --- a/code/modules/research/tg/designs/modsuit_designs.dm +++ b/code/modules/research/tg/designs/modsuit_designs.dm @@ -526,11 +526,11 @@ /datum/design_techweb/mechfab/modsuit/modules/atmosshield_adv name = "hardsuit advanced atmospheric protection enhancement suite" - desc = "An advanced atmospheric protection suite, providing protection against both pressure and heat. At the cost of concerningly high power draw." + desc = "An advanced atmospheric protection suite, providing protection against both pressure and heat. Reduced Power Draw." id = "rig_component_atmosshield_adv" //req_tech = list(TECH_MATERIAL = 7, TECH_ENGINEERING = 5, TECH_MAGNET = 5, TECH_POWER = 6, TECH_BLUESPACE = 4) materials = list(MAT_PLASTEEL = 8000, MAT_DURASTEEL = 4000, MAT_GRAPHITE = 9000, MAT_OSMIUM = 7500, MAT_PHORON = 6000, MAT_SILVER = 8000, MAT_GOLD = 6000) - build_path = /obj/item/rig_module/atmos_shield + build_path = /obj/item/rig_module/atmos_shield/advanced category = list( RND_CATEGORY_MODSUIT_MODULES + RND_SUBCATEGORY_MODSUIT_MODULES_ENGINEERING )