mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
Merge pull request #970 from Fox-McCloud/fixins
Various Fixes and Tweaks
This commit is contained in:
@@ -45,11 +45,21 @@
|
||||
build_path = /obj/item/device/robotanalyzer
|
||||
category = list("Medical")
|
||||
|
||||
/datum/design/healthanalyzer
|
||||
name = "Health Analyzer Upgrade"
|
||||
desc = "A hand-held body scanner able to distinguish vital signs of the subject."
|
||||
id = "healthanalyzer"
|
||||
req_tech = list("biotech" = 2, "magnets" = 2)
|
||||
build_type = PROTOLATHE
|
||||
materials = list("$metal" = 20, "$glass" = 20)
|
||||
build_path = /obj/item/device/healthanalyzer
|
||||
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)
|
||||
req_tech = list("biotech" = 2, "magnets" = 3)
|
||||
build_type = PROTOLATHE
|
||||
materials = list("$metal" = 20, "$glass" = 20)
|
||||
build_path = /obj/item/device/healthupgrade
|
||||
|
||||
Reference in New Issue
Block a user