mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Eyes and cells don't require research
This commit is contained in:
@@ -137,7 +137,7 @@
|
|||||||
build_path = /obj/item/organ/internal/cell
|
build_path = /obj/item/organ/internal/cell
|
||||||
time = 15
|
time = 15
|
||||||
materials = list(DEFAULT_WALL_MATERIAL = 10000, "glass" = 4000, "plasteel" = 2000)
|
materials = list(DEFAULT_WALL_MATERIAL = 10000, "glass" = 4000, "plasteel" = 2000)
|
||||||
req_tech = list(TECH_ENGINEERING = 2, TECH_MATERIAL = 2)
|
// req_tech = list(TECH_ENGINEERING = 2, TECH_MATERIAL = 2)
|
||||||
|
|
||||||
/datum/design/item/prosfab/pros/eyes
|
/datum/design/item/prosfab/pros/eyes
|
||||||
name = "Prosthetic eyes"
|
name = "Prosthetic eyes"
|
||||||
@@ -145,7 +145,7 @@
|
|||||||
build_path = /obj/item/organ/internal/eyes/robot
|
build_path = /obj/item/organ/internal/eyes/robot
|
||||||
time = 15
|
time = 15
|
||||||
materials = list(DEFAULT_WALL_MATERIAL = 7500, "glass" = 7500)
|
materials = list(DEFAULT_WALL_MATERIAL = 7500, "glass" = 7500)
|
||||||
req_tech = list(TECH_ENGINEERING = 2, TECH_MATERIAL = 2)
|
// req_tech = list(TECH_ENGINEERING = 2, TECH_MATERIAL = 2)
|
||||||
|
|
||||||
//////////////////// Cyborg Parts ////////////////////
|
//////////////////// Cyborg Parts ////////////////////
|
||||||
/datum/design/item/prosfab/cyborg
|
/datum/design/item/prosfab/cyborg
|
||||||
|
|||||||
Reference in New Issue
Block a user