mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Health Analyzer Upgrading
This commit is contained in:
@@ -45,6 +45,16 @@
|
||||
build_path = /obj/item/device/robotanalyzer
|
||||
category = list("Medical")
|
||||
|
||||
/datum/design/healthanalyzer_upgrade
|
||||
name = "Health Analyzer Upgrade"
|
||||
desc = "An upgrade unit for expanding the functionality of a health analyzer."
|
||||
id = "healthanalyzer_upgrade"
|
||||
req_tech = list("biotech" = 2, "magnets" = 2)
|
||||
build_type = PROTOLATHE
|
||||
materials = list("$metal" = 20, "$glass" = 20)
|
||||
build_path = /obj/item/device/healthupgrade
|
||||
category = list("Medical")
|
||||
|
||||
/datum/design/defib
|
||||
name = "Defibrillator"
|
||||
desc = "A device that delivers powerful shocks to detachable paddles that resuscitate incapacitated patients."
|
||||
|
||||
Reference in New Issue
Block a user