mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-05-03 23:13:20 +01: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 {
|
loadTag(source: BattlerTag | any): void {
|
||||||
super.loadTag(source);
|
super.loadTag(source);
|
||||||
this.stat = source.stat as Stat;
|
this.stat = source.stat as Stat;
|
||||||
this.multiplier = this.multiplier;
|
this.multiplier = source.multiplier;
|
||||||
}
|
}
|
||||||
|
|
||||||
onAdd(pokemon: Pokemon): void {
|
onAdd(pokemon: Pokemon): void {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user