mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 09:34:21 +01:00
name change
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user