mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Sad that I have to do this.
This commit is contained in:
@@ -48,7 +48,6 @@
|
|||||||
|
|
||||||
//////////////////// Prosthetics ////////////////////
|
//////////////////// Prosthetics ////////////////////
|
||||||
/datum/design/item/prosfab/pros/torso
|
/datum/design/item/prosfab/pros/torso
|
||||||
build_path = /obj/item/organ/external/chest
|
|
||||||
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)
|
||||||
@@ -57,11 +56,15 @@
|
|||||||
/datum/design/item/prosfab/pros/torso/male
|
/datum/design/item/prosfab/pros/torso/male
|
||||||
name = "FBP torso (M)"
|
name = "FBP torso (M)"
|
||||||
id = "pros_torso_m"
|
id = "pros_torso_m"
|
||||||
|
build_path = /obj/item/organ/external/chest
|
||||||
gender = MALE
|
gender = MALE
|
||||||
|
|
||||||
|
/obj/item/organ/external/chest/f //To satisfy Travis. :|
|
||||||
|
|
||||||
/datum/design/item/prosfab/pros/torso/female
|
/datum/design/item/prosfab/pros/torso/female
|
||||||
name = "FBP torso (F)"
|
name = "FBP torso (F)"
|
||||||
id = "pros_torso_f"
|
id = "pros_torso_f"
|
||||||
|
build_path = /obj/item/organ/external/chest/f
|
||||||
gender = FEMALE
|
gender = FEMALE
|
||||||
|
|
||||||
/datum/design/item/prosfab/pros/head
|
/datum/design/item/prosfab/pros/head
|
||||||
|
|||||||
Reference in New Issue
Block a user