mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-05 23:13:06 +00:00
Merge pull request #5620 from Decius-R/loyalty_implants
Loyalty Implants
This commit is contained in:
@@ -1358,6 +1358,7 @@ datum/design/nanopaste
|
||||
materials = list("$metal" = 7000, "$glass" = 7000)
|
||||
build_path = "/obj/item/stack/nanopaste"
|
||||
|
||||
/* // Removal of loyalty implants. Can't think of a way to add this to the config option.
|
||||
datum/design/implant_loyal
|
||||
name = "loyalty implant"
|
||||
desc = "Makes you loyal or such."
|
||||
@@ -1366,6 +1367,7 @@ datum/design/implant_loyal
|
||||
build_type = PROTOLATHE
|
||||
materials = list("$metal" = 7000, "$glass" = 7000)
|
||||
build_path = "/obj/item/weapon/implant/loyalty"
|
||||
*/
|
||||
|
||||
datum/design/implant_chem
|
||||
name = "chemical implant"
|
||||
|
||||
Reference in New Issue
Block a user