[MIRROR] Mech construction fix and unittest (#12062)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
Co-authored-by: C.L. <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-11-29 22:05:21 -07:00
committed by GitHub
parent 7e9ad48982
commit ad5a944c8a
9 changed files with 38 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
//Hades Construction//
/datum/construction/mecha/hades_chassis
result = "/obj/mecha/combat/hades"
result = /obj/mecha/combat/hades
steps = list(list("key"=/obj/item/mecha_parts/part/hades_torso),//1
list("key"=/obj/item/mecha_parts/part/hades_left_arm),//2
list("key"=/obj/item/mecha_parts/part/hades_right_arm),//3
@@ -29,7 +29,7 @@
return
/datum/construction/reversible/mecha/hades
result = "/obj/mecha/combat/phazon"
result = /obj/mecha/combat/phazon
steps = list(
//1
list("key"=IS_WELDER,