From 46f94981a46fac8bb0551eb5437a4177b33e8312 Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 2 Nov 2018 10:05:39 -0500 Subject: [PATCH] Adds Autolathe Cost to Knuckledusters The matter cost is the same as the tactical knife (500 steel which translates to 625 steel in an autolathe without upgrades. --- code/modules/clothing/gloves/miscellaneous.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/gloves/miscellaneous.dm b/code/modules/clothing/gloves/miscellaneous.dm index 78e335377f..bfb53f5e03 100644 --- a/code/modules/clothing/gloves/miscellaneous.dm +++ b/code/modules/clothing/gloves/miscellaneous.dm @@ -119,6 +119,7 @@ name = "knuckle dusters" desc = "A pair of brass knuckles. Generally used to enhance the user's punches." icon_state = "knuckledusters" + matter = list(DEFAULT_WALL_MATERIAL = 500) attack_verb = list("punched", "beaten", "struck") flags = THICKMATERIAL // Stops rings from increasing hit strength siemens_coefficient = 1