diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index b61012f0719..c0e4f50aa72 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -119,11 +119,11 @@ ..(mapload, "Machine") /mob/living/carbon/human/machine/created - name = "automated machine-frame" + name = "Integrated Robotic Chassis" /mob/living/carbon/human/machine/created/Initialize(mapload) ..() - real_name = "automated machine-frame ([rand(1, 1000)])" + real_name = "Integrated Robotic Chassis ([rand(1, 9999)])" for(var/obj/item/organ/external/E in bodyparts) if(istype(E, /obj/item/organ/external/chest) || istype(E, /obj/item/organ/external/groin)) continue diff --git a/code/modules/research/designs/mechfabricator_designs.dm b/code/modules/research/designs/mechfabricator_designs.dm index 026fcec4afb..1589b78438b 100644 --- a/code/modules/research/designs/mechfabricator_designs.dm +++ b/code/modules/research/designs/mechfabricator_designs.dm @@ -1120,9 +1120,9 @@ construction_time = 350 category = list("Misc") -/datum/design/automated_machine_frame - name = "Automated Machine Frame" - id = "automated_machine_frame" +/datum/design/integrated_robotic_chassis + name = "Integrated Robotic Chassis" + id = "integrated_robotic_chassis" build_type = MECHFAB build_path = /mob/living/carbon/human/machine/created materials = list(MAT_METAL = 40000)