Add missing values for type boost tag.
parent
dcdc270f44
commit
40207fdbe8
|
|
@ -1071,6 +1071,8 @@ export class TypeBoostTag extends BattlerTag {
|
||||||
loadTag(source: BattlerTag | any): void {
|
loadTag(source: BattlerTag | any): void {
|
||||||
super.loadTag(source);
|
super.loadTag(source);
|
||||||
this.boostedType = source.boostedType as Type;
|
this.boostedType = source.boostedType as Type;
|
||||||
|
this.boostValue = source.boostValue;
|
||||||
|
this.oneUse = source.oneUse;
|
||||||
}
|
}
|
||||||
|
|
||||||
lapse(pokemon: Pokemon, lapseType: BattlerTagLapseType): boolean {
|
lapse(pokemon: Pokemon, lapseType: BattlerTagLapseType): boolean {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue