name change

This commit is contained in:
Fox McCloud
2018-07-09 23:20:48 -04:00
parent 15e03eef75
commit ff440d3437
2 changed files with 5 additions and 5 deletions
@@ -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
@@ -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)