From d99303730d827e9c90b432de6241cb8be2bcf675 Mon Sep 17 00:00:00 2001 From: SamaelGray <56392968+SamaelGray@users.noreply.github.com> Date: Tue, 3 Sep 2024 12:34:14 +0330 Subject: [PATCH] Parry for non-humans --- Source/CombatExtended/CombatExtended/Verbs/Verb_MeleeAttackCE.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/CombatExtended/CombatExtended/Verbs/Verb_MeleeAttackCE.cs b/Source/CombatExtended/CombatExtended/Verbs/Verb_MeleeAttackCE.cs index 507be08f03..c3e7dbfd3e 100644 --- a/Source/CombatExtended/CombatExtended/Verbs/Verb_MeleeAttackCE.cs +++ b/Source/CombatExtended/CombatExtended/Verbs/Verb_MeleeAttackCE.cs @@ -616,7 +616,6 @@ protected virtual bool CanDoParry(Pawn pawn) { if (pawn == null || pawn.Dead - || !pawn.RaceProps.Humanlike || pawn.WorkTagIsDisabled(WorkTags.Violent) || !pawn.health.capacities.CapableOf(PawnCapacityDefOf.Manipulation) || IsTargetImmobile(pawn)