From 7fa2648ab340ed634bbbde0a1f165c602a3bddfa Mon Sep 17 00:00:00 2001 From: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Date: Sun, 1 Jun 2025 12:30:25 -0400 Subject: [PATCH] Nerfs gun parts material costs (#29296) --- code/modules/smithing/smithed_items/misc_smithed.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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