Fix loading protosynthesis/quark drive boosts (#687)

pull/345/head^2
Xavion3 2024-05-10 02:33:47 +10:00 committed by GitHub
parent 407d9b7c49
commit d5681a6e03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -985,7 +985,7 @@ export class HighestStatBoostTag extends AbilityBattlerTag {
loadTag(source: BattlerTag | any): void {
super.loadTag(source);
this.stat = source.stat as Stat;
this.multiplier = this.multiplier;
this.multiplier = source.multiplier;
}
onAdd(pokemon: Pokemon): void {