mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-08 04:05:54 -05:00
Fix RP calculation (no QR reduction if only own RP)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user