Hey, that compact defib thing is pretty cool, what if we had three?

This commit is contained in:
E-MonaRhg
2021-03-31 22:34:17 +02:00
parent acdbed28d4
commit 7b342f4476
13 changed files with 108 additions and 37 deletions
@@ -72,6 +72,16 @@
build_path = /obj/item/defibrillator
category = list("Medical")
/datum/design/compact_defib
name = "Compact Defibrillator"
desc = "A belt-equipped defibrillator that can be rapidly deployed."
id = "compact_defib"
req_tech = list("materials" = 7, "biotech" = 7, "powerstorage" = 6)
build_type = PROTOLATHE
materials = list(MAT_METAL = 10000, MAT_GLASS = 4000, MAT_SILVER = 2000)
build_path = /obj/item/defibrillator/compact
category = list("Medical")
/datum/design/defib_mount
name = "Defibrillator Wall Mount"
desc = "A wall mount for defibrillator units."