diff --git a/app/features/build-analyzer/core/stats.ts b/app/features/build-analyzer/core/stats.ts index 2442c1cb5..a2b2c5f83 100644 --- a/app/features/build-analyzer/core/stats.ts +++ b/app/features/build-analyzer/core/stats.ts @@ -626,13 +626,12 @@ function respawnTime( abilityPoints: args.abilityPoints, ability: QUICK_RESPAWN_TIME_ABILITY, }); - const abilityPoints = - splattedByRP || hasRespawnPunisher - ? qrApAfterRespawnPunish({ - ap, - hasTacticooler: args.hasTacticooler, - }) - : ap; + const abilityPoints = hasRespawnPunisher + ? qrApAfterRespawnPunish({ + ap, + hasTacticooler: args.hasTacticooler, + }) + : ap; const chase = abilityPointsToEffects({ abilityPoints,