Merge pull request #3237 from CHOMPStation2/upstream-merge-11905

[MIRROR] Makes stomach organs printable in bioprinter and prosfab
This commit is contained in:
Nadyr
2021-12-05 12:07:07 -05:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@@ -268,6 +268,13 @@
time = 15
materials = list(MAT_STEEL = 2000, MAT_GLASS = 750, MAT_PLASTIC = 500)
/datum/design/item/prosfab/pros/internal/stomach
name = "Prosthetic Stomach"
id = "pros_stomach"
build_path = /obj/item/organ/internal/stomach
time = 15
materials = list(MAT_STEEL = 5625, MAT_GLASS = 1000)
//////////////////// Cyborg Parts ////////////////////
/datum/design/item/prosfab/cyborg
category = list("Cyborg Parts")