Fixed an incorrect entry that's causing Advanced A.P.S. to print the standard A.P.S. instead. (#18192)

This commit is contained in:
Muted Kobold
2025-08-07 02:46:37 -07:00
committed by GitHub
parent 77f7dee2f0
commit 111ac98511
@@ -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
)