adv hypo design

This commit is contained in:
Dip
2020-11-03 04:37:45 -03:00
parent 752a3d9bcc
commit 2b45cd536d
2 changed files with 12 additions and 1 deletions
@@ -960,3 +960,14 @@
build_path = /obj/item/hypospray/mkii/disposable
category = list("Medical Designs")
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
/datum/design/adv_hypo
name = "Hypospray MK.II"
desc = "A new development from DeForest Medical, this hypospray takes 30-unit vials as the drug supply for easy swapping."
id = "hypo2"
build_type = PROTOLATHE
materials = list(MAT_METAL = 500, MAT_GLASS = 500, MAT_SILVER = 500)
construction_time = 40
build_path = /obj/item/hypospray/mkii
category = list("Medical Designs")
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
+1 -1
View File
@@ -673,7 +673,7 @@
display_name = "Medical Weaponry"
description = "Weapons using medical technology."
prereq_ids = list("adv_biotech", "adv_weaponry")
design_ids = list("rapidsyringe", "shotgundartcryostatis")
design_ids = list("rapidsyringe", "shotgundartcryostatis", "hypo2")
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2000)
export_price = 5000