Update mechfabricator_designs.dm

This commit is contained in:
Trilbyspaceclone
2019-03-25 16:38:10 -04:00
committed by GitHub
parent da949a597f
commit 3feb70e1df

View File

@@ -768,6 +768,15 @@
construction_time = 120
category = list("Cyborg Upgrade Modules")
/datum/design/borg_upgrade_advhealth
name = "Cyborg Upgrade (Advance Health Scanner)"
id = "borg_upgrade_advhealth"
build_type = MECHFAB
build_path = /obj/item/borg/upgrade/advhealth
materials = list(MAT_METAL=7500, MAT_GLASS=7500, MAT_SILVER=1000, MAT_GOLD=1000, MAT_TITANIUM=2000)
construction_time = 100
category = list("Cyborg Upgrade Modules")
//Misc
/datum/design/mecha_tracking
name = "Exosuit Tracking Beacon"