Removed addition of the transform tag to a pokemon in the PokemonTransformPhase

This commit is contained in:
jnotsknab 2025-06-19 19:58:44 -05:00
parent 53e67dbec1
commit 9b305ca65d

View File

@ -39,8 +39,6 @@ export class PokemonTransformPhase extends PokemonPhase {
// Power Trick's effect is removed after using Transform
user.removeTag(BattlerTagType.POWER_TRICK);
//Begin tracking Pokemon as transformed
user.addTag(BattlerTagType.TRANSFORM);
// Copy all stats (except HP)
for (const s of EFFECTIVE_STATS) {