mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 12:13:06 +00:00
Removes the science requirements from creating prosthetic torsos and heads
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
/datum/design/item/prosfab/pros/torso
|
/datum/design/item/prosfab/pros/torso
|
||||||
time = 35
|
time = 35
|
||||||
materials = list(DEFAULT_WALL_MATERIAL = 60000, "glass" = 10000, "plasteel" = 2000)
|
materials = list(DEFAULT_WALL_MATERIAL = 60000, "glass" = 10000, "plasteel" = 2000)
|
||||||
req_tech = list(TECH_ENGINEERING = 2, TECH_MATERIAL = 3, TECH_DATA = 3)
|
// req_tech = list(TECH_ENGINEERING = 2, TECH_MATERIAL = 3, TECH_DATA = 3) //Saving the values just in case
|
||||||
var/gender = MALE
|
var/gender = MALE
|
||||||
|
|
||||||
/datum/design/item/prosfab/pros/torso/male
|
/datum/design/item/prosfab/pros/torso/male
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
build_path = /obj/item/organ/external/head
|
build_path = /obj/item/organ/external/head
|
||||||
time = 30
|
time = 30
|
||||||
materials = list(DEFAULT_WALL_MATERIAL = 25000, "glass" = 5000, "plasteel" = 1000)
|
materials = list(DEFAULT_WALL_MATERIAL = 25000, "glass" = 5000, "plasteel" = 1000)
|
||||||
req_tech = list(TECH_ENGINEERING = 2, TECH_MATERIAL = 3, TECH_DATA = 3)
|
// req_tech = list(TECH_ENGINEERING = 2, TECH_MATERIAL = 3, TECH_DATA = 3) //Saving the values just in case
|
||||||
|
|
||||||
/datum/design/item/prosfab/pros/l_arm
|
/datum/design/item/prosfab/pros/l_arm
|
||||||
name = "Prosthetic left arm"
|
name = "Prosthetic left arm"
|
||||||
|
|||||||
Reference in New Issue
Block a user