Le Kidney Beans (#7672)

rscadd: "Adds the ability to remove appendix and other organs in character setup."
    rscadd: "Adds two kidneys! Splits the work up between the two organs."

Also adds the ability for a mechanical liver and kidneys,appendix
This commit is contained in:
Lady Fowl
2019-12-17 17:22:08 +02:00
committed by Erki
parent 609cccbf09
commit fce3617857
16 changed files with 121 additions and 23 deletions
@@ -19,10 +19,15 @@
id = "robotic_lungs"
build_path = /obj/item/organ/internal/lungs
/datum/design/item/mechfab/prosthetic/internal/kidneys
name = "Prosthetic Kidneys"
/datum/design/item/mechfab/prosthetic/internal/lkidney
name = "Prosthetic Left Kidney"
id = "robotic_kidneys"
build_path = /obj/item/organ/internal/kidneys
build_path = /obj/item/organ/internal/kidneys/left
/datum/design/item/mechfab/prosthetic/internal/rkidney
name = "Prosthetic Right Kidney"
id = "robotic_rkidneys"
build_path = /obj/item/organ/internal/kidneys/right
/datum/design/item/mechfab/prosthetic/internal/eyes
name = "Prosthetic Eyes"