mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Merge pull request #7251 from Loganbacca/implantfix
Implant fixes/cleanup
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user