Fix loading protosynthesis/quark drive boosts (#687)
This commit is contained in:
parent
407d9b7c49
commit
d5681a6e03
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue