mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-27 02:32:21 +02:00
Remove extraneous call to triggerWeatherBasedFormChanges
This commit is contained in:
parent
b68670ebbc
commit
58f532f153
@ -7534,8 +7534,6 @@ export class SwitchAbilitiesAttr extends MoveEffectAttr {
|
|||||||
target.setTempAbility(tempAbility);
|
target.setTempAbility(tempAbility);
|
||||||
// Swaps Forecast/Flower Gift from Castform/Cherrim
|
// Swaps Forecast/Flower Gift from Castform/Cherrim
|
||||||
globalScene.arena.triggerWeatherBasedFormChangesToNormal();
|
globalScene.arena.triggerWeatherBasedFormChangesToNormal();
|
||||||
// Swaps Forecast/Flower Gift to Castform/Cherrim (edge case)
|
|
||||||
globalScene.arena.triggerWeatherBasedFormChanges();
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user