From 38586c9d920dd799db0e0382463fe2df274e3997 Mon Sep 17 00:00:00 2001 From: necromanceranne Date: Sat, 4 Apr 2020 20:09:09 +1100 Subject: [PATCH] I feel like this is more fitting --- code/modules/clothing/gloves/miscellaneous.dm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/gloves/miscellaneous.dm b/code/modules/clothing/gloves/miscellaneous.dm index 6f0d25b498..a2074354f3 100644 --- a/code/modules/clothing/gloves/miscellaneous.dm +++ b/code/modules/clothing/gloves/miscellaneous.dm @@ -88,9 +88,13 @@ desc = "The armbands of a deadly martial artist. Makes you pretty keen to put an end to evil in an extremely violent manner." icon_state = "rapid" item_state = "rapid" - enhancement = 7 //omae wa mou shindeiru + enhancement = 10 //omae wa mou shindeiru var/warcry = "AT" - secondary_trait = TRAIT_NODROP + secondary_trait = TRAIT_NOHARDCRIT + +/obj/item/clothing/gloves/fingerless/pugilist/rapid/Initialize() + . = ..() + ADD_TRAIT(src, TRAIT_NODROP, GLOVE_TRAIT) /obj/item/clothing/gloves/fingerless/pugilist/rapid/Touch(mob/living/target,proximity = TRUE) if(!istype(target))