Extra ways to get backup implants

Adds them to medical vendors (by the box) and producable by an autolathe (by the single)
This commit is contained in:
Arokha Sieyes
2017-02-21 19:01:48 -05:00
parent dd733371bc
commit 77ada345d7
2 changed files with 9 additions and 1 deletions

View File

@@ -14,6 +14,13 @@
materials = list(DEFAULT_WALL_MATERIAL = 7000, "glass" = 7000, "gold" = 2000, "diamond" = 3000)
build_path = /obj/item/weapon/implantcase/vrlanguage
/datum/design/item/implant/backup
name = "backup implant"
id = "implant_backup"
req_tech = list(TECH_MATERIAL = 2, TECH_BIO = 2, TECH_DATA = 4, TECH_ENGINEERING = 2)
materials = list(DEFAULT_WALL_MATERIAL = 2000, "glass" = 2000)
build_path = /obj/item/weapon/implantcase/backup
/datum/design/item/weapon/sizegun
name = "shrink ray"
id = "shrinkray"