From 1dfe6d36855f6c95a45350486c1f78d3428ce920 Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Mon, 28 Dec 2020 12:59:05 -0700 Subject: [PATCH] Update miscellaneous.dm --- code/modules/clothing/gloves/miscellaneous.dm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/code/modules/clothing/gloves/miscellaneous.dm b/code/modules/clothing/gloves/miscellaneous.dm index 50247aee03..33eaa8b402 100644 --- a/code/modules/clothing/gloves/miscellaneous.dm +++ b/code/modules/clothing/gloves/miscellaneous.dm @@ -219,15 +219,10 @@ parry_efficiency_to_counterattack = INFINITY // no auto counter parry_max_attacks = INFINITY parry_failed_cooldown_duration = 2.25 SECONDS - parry_failed_stagger_duration = 0 + parry_failed_stagger_duration = 2.25 SECONDS parry_cooldown = 0 parry_failed_clickcd_duration = 0 - perfect_parry_block_return_flags = BLOCK_SHOULD_REDIRECT | BLOCK_SUCCESS - perfect_parry_block_return_list = list( - BLOCK_RETURN_REDIRECT_METHOD = REDIRECT_METHOD_RETURN_TO_SENDER - ) - /obj/item/clothing/gloves/botanic_leather name = "botanist's leather gloves" desc = "These leather gloves protect against thorns, barbs, prickles, spikes and other harmful objects of floral origin. They're also quite warm."