I feel like this is more fitting

This commit is contained in:
necromanceranne
2020-04-04 20:09:09 +11:00
parent 333a3f7c0c
commit 38586c9d92
@@ -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))