Skip to content

Commit

Permalink
bump these up i guess, makes more sense
Browse files Browse the repository at this point in the history
  • Loading branch information
SECBATON-GRIFFON committed Jan 1, 2025
1 parent 9d33a64 commit 9e882bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/research/designs/mecha/tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
desc = "Allows for the construction of the Carbon Abductor."
id = "mech_abductor"
build_type = MECHFAB
req_tech = list(Tc_MATERIALS = 6, Tc_ALIEN = 3)
req_tech = list(Tc_MATERIALS = 6, Tc_ALIEN = 6)
build_path = /obj/item/mecha_parts/mecha_equipment/tool/ayy/abductor
category = "Exosuit_Modules"
materials = list(MAT_IRON=10000,MAT_RETICULITE=10000)
Expand All @@ -304,7 +304,7 @@
desc = "Allows for the construction of the Carbon Prober."
id = "mech_prober"
build_type = MECHFAB
req_tech = list(Tc_MATERIALS = 6, Tc_ALIEN = 3)
req_tech = list(Tc_MATERIALS = 6, Tc_ALIEN = 6)
build_path = /obj/item/mecha_parts/mecha_equipment/tool/ayy/prober
category = "Exosuit_Modules"
materials = list(MAT_IRON=10000,MAT_RETICULITE=10000)

0 comments on commit 9e882bc

Please sign in to comment.