Skip to content

Commit

Permalink
Update mechfabricator_designs.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
SapphicOverload committed Feb 13, 2024
1 parent 83b9347 commit eda28ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/research/designs/mechfabricator_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@
id = "mech_radio"
build_type = MECHFAB
build_path = /obj/item/mecha_parts/mecha_equipment/radio
materials = list(/datum/material/iron=MINERAL_MATERIAL_AMOUNT*2.5)
materials = list(/datum/material/iron=SHEET_MATERIAL_AMOUNT*2.5)
construction_time = 100
category = list(
RND_CATEGORY_MECHFAB_EQUIPMENT + RND_SUBCATEGORY_MECHFAB_EQUIPMENT_MINING,
Expand All @@ -936,7 +936,7 @@
id = "mech_air_tank"
build_type = MECHFAB
build_path = /obj/item/mecha_parts/mecha_equipment/air_tank
materials = list(/datum/material/iron=MINERAL_MATERIAL_AMOUNT*5)
materials = list(/datum/material/iron=SHEET_MATERIAL_AMOUNT*5)
construction_time = 100
category = list(
RND_CATEGORY_MECHFAB_EQUIPMENT + RND_SUBCATEGORY_MECHFAB_EQUIPMENT_MINING,
Expand Down

0 comments on commit eda28ae

Please sign in to comment.