Merge pull request #7624 from paprka/defibfuckupv2

Defib changes
This commit is contained in:
Cheridan
2015-02-11 08:37:28 -06:00
10 changed files with 59 additions and 37 deletions
@@ -92,14 +92,3 @@ datum/design/bluespacebodybag
reliability = 76
build_path = /obj/item/bodybag/bluespace
category = list("Medical Designs")
datum/design/defib
name = "Defibrillator"
desc = "A device that delivers powerful shocks to detachable paddles that resuscitate incapacitated patients."
id = "defib"
req_tech = list("materials" = 7, "biotech" = 5, "powerstorage" = 5)
build_type = PROTOLATHE
materials = list("$metal" = 5000, "$glass" = 2000, "$silver" = 1000)
reliability = 76
build_path = /obj/item/weapon/defibrillator
category = list("Medical Designs")