mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-14 04:12:18 +02:00
Update pokemon.ts
This commit is contained in:
parent
f4cf65ebb1
commit
90bbf6119d
@ -1410,7 +1410,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
|
||||
damage.value = Math.floor(damage.value / 2);
|
||||
}
|
||||
|
||||
applyPreAttackAbAttrs(DamageBoostAbAttr, source, this, battlerMove, damage)
|
||||
applyPreAttackAbAttrs(DamageBoostAbAttr, source, this, battlerMove, damage);
|
||||
|
||||
move.getAttrs(HitsTagAttr).map(hta => hta as HitsTagAttr).filter(hta => hta.doubleDamage).forEach(hta => {
|
||||
if (this.getTag(hta.tagType))
|
||||
|
Loading…
Reference in New Issue
Block a user