Adds syringes, pillbottles, hyposprays to medical protolathe (#14662)
* adds pillbottles, syringes, Hyposprays to autolathe * Adds syringes, pillbottles, and hyposprays to starting techweb * cuts hyposprays from autolathe * Makes Hyposprays not shiftstart tech * Hypospray added to advanced biotech node * Update code/modules/research/designs/autolathe_desings/autolathe_designs_medical_and_dinnerware.dm Co-authored-by: DeltaFire <46569814+DeltaFire15@users.noreply.github.com> * removing hyposprays from autolathe designs * Adds hyposprays to medical designs * corrects issues with hypospray implementation Co-authored-by: DeltaFire <46569814+DeltaFire15@users.noreply.github.com>
This commit is contained in:
+3
-2
@@ -184,10 +184,11 @@
|
||||
/datum/design/syringe
|
||||
name = "Syringe"
|
||||
id = "syringe"
|
||||
build_type = AUTOLATHE
|
||||
build_type = AUTOLATHE | PROTOLATHE
|
||||
materials = list(/datum/material/iron = 10, /datum/material/glass = 20)
|
||||
build_path = /obj/item/reagent_containers/syringe
|
||||
category = list("initial", "Medical")
|
||||
category = list("initial", "Medical","Medical Designs")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
||||
|
||||
/datum/design/health_sensor
|
||||
name = "Health Sensor"
|
||||
|
||||
@@ -201,6 +201,15 @@
|
||||
build_path = /obj/item/storage/hypospraykit // let's not summon new hyposprays thanks
|
||||
category = list("Medical Designs")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE
|
||||
|
||||
/datum/design/hypospray/mkii
|
||||
name = "Hypospray Mk. II"
|
||||
id = "hypospray_mkii"
|
||||
build_type = PROTOLATHE
|
||||
materials = list(/datum/material/iron = 1600, /datum/material/glass = 1000)
|
||||
build_path = /obj/item/hypospray/mkii
|
||||
category = list("Medical Designs")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
||||
|
||||
/datum/design/blood_bag
|
||||
name = "Empty Blood Bag"
|
||||
|
||||
Reference in New Issue
Block a user