mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-25 07:46:06 +00:00
Code tidying with Rubocop
This commit is contained in:
@@ -606,7 +606,8 @@ class Battle::Move::MultiTurnAttackBideThenReturnDoubleDamage < Battle::Move::Fi
|
||||
end
|
||||
end
|
||||
|
||||
def pbDamagingMove? # Stops damage being dealt in the charging turns
|
||||
# Stops damage being dealt in the charging turns.
|
||||
def pbDamagingMove?
|
||||
return false if !@damagingTurn
|
||||
return super
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user