mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Can print hands & feet from the prosthetics printer. (#8359)
This commit is contained in:
@@ -40,4 +40,32 @@
|
||||
id = "prosthetic_r_leg"
|
||||
build_path = /obj/item/organ/external/leg/right/industrial
|
||||
time = 20
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 15000)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 15000)
|
||||
|
||||
/datum/design/item/mechfab/prosthetic/l_hand
|
||||
name = "Prosthetic left hand"
|
||||
id = "prosthetic_l_hand"
|
||||
build_path = /obj/item/organ/external/hand/industrial
|
||||
time = 20
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 8000)
|
||||
|
||||
/datum/design/item/mechfab/prosthetic/r_hand
|
||||
name = "Prosthetic right hand"
|
||||
id = "prosthetic_r_hand"
|
||||
build_path = /obj/item/organ/external/hand/right/industrial
|
||||
time = 20
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 8000)
|
||||
|
||||
/datum/design/item/mechfab/prosthetic/l_foot
|
||||
name = "Prosthetic left foot"
|
||||
id = "prosthetic_l_foot"
|
||||
build_path = /obj/item/organ/external/foot/industrial
|
||||
time = 20
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 8000)
|
||||
|
||||
/datum/design/item/mechfab/prosthetic/r_foot
|
||||
name = "Prosthetic right foot"
|
||||
id = "prosthetic_r_hand"
|
||||
build_path = /obj/item/organ/external/foot/right/industrial
|
||||
time = 20
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 8000)
|
||||
Reference in New Issue
Block a user