diff --git a/code/modules/smithing/smithed_items/misc_smithed.dm b/code/modules/smithing/smithed_items/misc_smithed.dm index e98d5c8af8a..72c3ce31b62 100644 --- a/code/modules/smithing/smithed_items/misc_smithed.dm +++ b/code/modules/smithing/smithed_items/misc_smithed.dm @@ -3,5 +3,5 @@ name = "energy gun parts" desc = "Smithed component of an energy gun." icon_state = "egun_parts" - materials = list(MAT_TITANIUM = 10000, MAT_PLASMA = 10000) + materials = list(MAT_TITANIUM = 50000, MAT_PLASMA = 50000, MAT_PALLADIUM = 4000, MAT_PLATINUM = 4000, MAT_IRIDIUM = 4000) hammer_time = 6