From fa9c8abea0c8e2cbee9970c0ebee4c4062e152e5 Mon Sep 17 00:00:00 2001 From: Anewbe Date: Fri, 9 Nov 2018 21:04:46 -0600 Subject: [PATCH] Merge pull request #5730 from Nalarac/patch-2 Adds Autolathe Cost to Knuckledusters --- 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