This commit is contained in:
shellspeed1
2019-12-11 02:47:33 -08:00
parent 32e4c64fed
commit 2d25c822e3
3 changed files with 40 additions and 12 deletions
@@ -906,3 +906,16 @@
build_path = /obj/item/bodypart/r_arm/robot/surplus_upgraded
category = list("Medical Designs")
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
/datum/design/adv_r_arm
name = "Disposable Hypospray MK.II"
desc = "A cheaply made hypospray"
id = "disposable_hypospray"
build_type = PROTOLATHE
materials = list(MAT_METAL = 100, MAT_PLASTIC = 500)
construction_time = 40
build_path = /obj/item/hypospray/mkii/disposable
category = list("Medical Designs")
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL