mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 00:52:47 +02:00
Removed addition of the transform tag to a pokemon in the PokemonTransformPhase
This commit is contained in:
parent
53e67dbec1
commit
9b305ca65d
@ -39,8 +39,6 @@ export class PokemonTransformPhase extends PokemonPhase {
|
|||||||
|
|
||||||
// Power Trick's effect is removed after using Transform
|
// Power Trick's effect is removed after using Transform
|
||||||
user.removeTag(BattlerTagType.POWER_TRICK);
|
user.removeTag(BattlerTagType.POWER_TRICK);
|
||||||
//Begin tracking Pokemon as transformed
|
|
||||||
user.addTag(BattlerTagType.TRANSFORM);
|
|
||||||
|
|
||||||
// Copy all stats (except HP)
|
// Copy all stats (except HP)
|
||||||
for (const s of EFFECTIVE_STATS) {
|
for (const s of EFFECTIVE_STATS) {
|
||||||
|
Loading…
Reference in New Issue
Block a user