mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-26 02:02:20 +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);
|
||||
// Swaps Forecast/Flower Gift from Castform/Cherrim
|
||||
globalScene.arena.triggerWeatherBasedFormChangesToNormal();
|
||||
// Swaps Forecast/Flower Gift to Castform/Cherrim (edge case)
|
||||
globalScene.arena.triggerWeatherBasedFormChanges();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user