mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 13:44:59 +00:00
Added Eject Pack's effect
This commit is contained in:
@@ -605,7 +605,7 @@ end
|
||||
#===============================================================================
|
||||
class PokeBattle_Move_DoublePowerIfUserStatsLoweredThisTurn < PokeBattle_Move
|
||||
def pbBaseDamage(baseDmg, user, target)
|
||||
baseDmg *= 2 if user.statsLowered
|
||||
baseDmg *= 2 if user.statsLoweredThisRound
|
||||
return baseDmg
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user