mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user