mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[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:
committed by
GitHub
parent
7e9ad48982
commit
ad5a944c8a
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user