From c409579f4b609ff17d214616af04b6d61dd537d7 Mon Sep 17 00:00:00 2001 From: Shtoyan Date: Mon, 7 Feb 2022 15:32:45 +0400 Subject: [PATCH] a --- sources/Zeds/Nice/NiceZombieFleshPound.uc | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/Zeds/Nice/NiceZombieFleshPound.uc b/sources/Zeds/Nice/NiceZombieFleshPound.uc index b724dc0..539ce75 100644 --- a/sources/Zeds/Nice/NiceZombieFleshPound.uc +++ b/sources/Zeds/Nice/NiceZombieFleshPound.uc @@ -132,6 +132,7 @@ function TakeDamageClient(int Damage, Pawn InstigatedBy, Vector Hitlocation, Vec PostNetReceive(); Super.TakeDamageClient(Damage, instigatedBy, hitLocation, momentum, damageType, headshotLevel, lockonTime); TwoSecondDamageTotal += OldHealth - Health; + // fixed their one hit kill ability when you spam attack during hit animation if( !bDecapitated && TwoSecondDamageTotal > RageDamageThreshold && !bChargingPlayer && !bShotAnim && (!(bWasBurning && bCrispified) || bFrustrated) ) StartChargingFP(InstigatedBy);