[MIRROR] Projectile Dampener Module is now printable [MDB IGNORE] (#14397)

* Projectile Dampener Module is now printable (#67390)

* The projectile dampenaer MODsuit module can now be researched through security modsuit node, and can be printed.

* Projectile Dampener Module is now printable

Co-authored-by: SpaceLoveSs13 <68121607+SpaceLoveSs13@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-06-19 10:11:27 -07:00
committed by GitHub
co-authored by SpaceLoveSs13
parent d38d5a3fb4
commit b07b1752e5
2 changed files with 8 additions and 0 deletions
@@ -1391,3 +1391,10 @@
materials = list(/datum/material/iron = 2500, /datum/material/glass = 2000, /datum/material/uranium = 1000, /datum/material/bluespace = 1000)
build_path = /obj/item/mod/module/anomaly_locked/kinesis
department_type = MODULE_ENGINEERING
/datum/design/module/projectile_dampener
name = "MOD Module: Projectile Dampener"
id = "mod_projectile_dampener"
materials = list(/datum/material/iron = 1000, /datum/material/bluespace = 500)
build_path = /obj/item/mod/module/projectile_dampener
department_type = MODULE_SECURITY
@@ -1656,6 +1656,7 @@
"mod_mag_harness",
"mod_pathfinder",
"mod_holster",
"mod_projectile_dampener"
)
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)