From 7935eb8364d64289567b7776706ee7941de4d849 Mon Sep 17 00:00:00 2001 From: necromanceranne Date: Sat, 4 Apr 2020 17:24:44 +1100 Subject: [PATCH] pretty sure this was brekaing stuff --- 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 715abfb253..5bdb499c61 100644 --- a/code/modules/clothing/gloves/miscellaneous.dm +++ b/code/modules/clothing/gloves/miscellaneous.dm @@ -32,8 +32,8 @@ ADD_TRAIT(H, TRAIT_PUGILIST, GLOVE_TRAIT) ADD_TRAIT(H, inherited_trait, GLOVE_TRAIT) ADD_TRAIT(H, secondary_trait, GLOVE_TRAIT) - H.dna.species.punchdamagehigh += enhancement - H.dna.species.punchdamagelow += enhancement + H.dna.species.punchdamagehigh += initial(H.dna.species.punchdamagehigh) + H.dna.species.punchdamagelow += initial(H.dna.species.punchdamagelow) /obj/item/clothing/gloves/fingerless/pugilist/dropped(mob/user) ..()