From c6e82382a3a60d8e55095e9f6117971d1bdae5c0 Mon Sep 17 00:00:00 2001 From: necromanceranne Date: Sat, 4 Apr 2020 16:51:32 +1100 Subject: [PATCH] I feel like messing with this is basically unnecessary --- code/modules/clothing/gloves/miscellaneous.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/clothing/gloves/miscellaneous.dm b/code/modules/clothing/gloves/miscellaneous.dm index db74fbfdcb..715abfb253 100644 --- a/code/modules/clothing/gloves/miscellaneous.dm +++ b/code/modules/clothing/gloves/miscellaneous.dm @@ -34,7 +34,6 @@ ADD_TRAIT(H, secondary_trait, GLOVE_TRAIT) H.dna.species.punchdamagehigh += enhancement H.dna.species.punchdamagelow += enhancement - H.dna.species.punchstunthreshold -= enhancement /obj/item/clothing/gloves/fingerless/pugilist/dropped(mob/user) ..() @@ -45,7 +44,6 @@ var/mob/living/carbon/human/H = user H.dna.species.punchdamagehigh -= enhancement H.dna.species.punchdamagelow -= enhancement - H.dna.species.punchstunthreshold += enhancement /obj/item/clothing/gloves/fingerless/pugilist/chaplain name = "armwraps of unyielding resolve"