Skip to content

Commit

Permalink
Parry for non-humans
Browse files Browse the repository at this point in the history
  • Loading branch information
SamaelGray committed Sep 3, 2024
1 parent 1c28523 commit d993037
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d993037

Please sign in to comment.