Updated comment

This commit is contained in:
Wlowscha 2025-02-02 00:40:32 +01:00 committed by GitHub
parent aa49f8b1d1
commit 079298a307
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2237,7 +2237,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
}
}
// Bosses never get self ko moves
// Bosses never get self ko moves or Pain Split
if (this.isBoss()) {
movePool = movePool.filter(m => !allMoves[m[0]].hasAttr(SacrificialAttr));
movePool = movePool.filter(m => !allMoves[m[0]].hasAttr(HpSplitAttr));