mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-17 01:37:36 +00:00
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…
x
Reference in New Issue
Block a user