From bd5446e9067e9cf0ad2a663fddce3c817f37713d Mon Sep 17 00:00:00 2001 From: necromanceranne Date: Sat, 4 Apr 2020 18:21:18 +1100 Subject: [PATCH] NYOOPS --- code/modules/clothing/gloves/miscellaneous.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/gloves/miscellaneous.dm b/code/modules/clothing/gloves/miscellaneous.dm index e51e4eae3b..dac4a0bf6c 100644 --- a/code/modules/clothing/gloves/miscellaneous.dm +++ b/code/modules/clothing/gloves/miscellaneous.dm @@ -42,8 +42,8 @@ REMOVE_TRAIT(user, secondary_trait, GLOVE_TRAIT) if(ishuman(user)) var/mob/living/carbon/human/H = user - H.dna.species.punchdamagehigh -= initial(H.dna.species.punchdamagehigh) - H.dna.species.punchdamagelow -= initial(H.dna.species.punchdamagelow) + H.dna.species.punchdamagehigh = initial(H.dna.species.punchdamagehigh) + H.dna.species.punchdamagelow = initial(H.dna.species.punchdamagelow) /obj/item/clothing/gloves/fingerless/pugilist/chaplain name = "armwraps of unyielding resolve"