mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-31 10:31:03 +00:00
More Rubocop
This commit is contained in:
@@ -468,7 +468,7 @@ class Battle::Battler
|
||||
@battle.pbHideAbilitySplash(b) if b.damageState.magicBounce
|
||||
newChoice = choice.clone
|
||||
newChoice[3] = user.index
|
||||
newTargets = pbFindTargets(newChoice ,move, b)
|
||||
newTargets = pbFindTargets(newChoice, move, b)
|
||||
newTargets = pbChangeTargets(move, b, newTargets)
|
||||
success = false
|
||||
if !move.pbMoveFailed?(b, newTargets)
|
||||
|
||||
Reference in New Issue
Block a user