Implant cases

- Adds freedom implant in glass case variant
- Changes implants created from protolathe to variants in glass cases
This commit is contained in:
Loganbacca
2014-12-04 20:48:45 +13:00
parent 27736e5ce3
commit fd53575658
2 changed files with 18 additions and 7 deletions

View File

@@ -1421,7 +1421,7 @@ datum/design/implant_chem
req_tech = list("materials" = 2, "biotech" = 3)
build_type = PROTOLATHE
materials = list("$metal" = 50, "$glass" = 50)
build_path = "/obj/item/weapon/implant/chem"
build_path = "/obj/item/weapon/implantcase/chem"
datum/design/implant_free
name = "freedom implant"
@@ -1430,7 +1430,7 @@ datum/design/implant_free
req_tech = list("syndicate" = 2, "biotech" = 3)
build_type = PROTOLATHE
materials = list("$metal" = 50, "$glass" = 50)
build_path = "/obj/item/weapon/implant/freedom"
build_path = "/obj/item/weapon/implantcase/freedom"
datum/design/chameleon
name = "Chameleon Kit"