Skip to content

Commit

Permalink
annotation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysh4296 committed Sep 12, 2024
1 parent 062571a commit a87cf81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/move.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5951,7 +5951,7 @@ export class TransformAttr extends MoveEffectAttr {
user.summonData.gender = target.getGender();
user.summonData.fusionGender = target.getFusionGender();

// Power Trick's effect will not preserved after using Transform.
// Power Trick's effect will not preserved after using Transform
user.removeTag(BattlerTagType.POWER_TRICK);

// Copy all stats (except HP)
Expand Down

0 comments on commit a87cf81

Please sign in to comment.