Add missing values for type boost tag.

This commit is contained in:
Xavion3 2024-05-06 09:50:14 +10:00
parent dcdc270f44
commit 40207fdbe8

View File

@ -1071,6 +1071,8 @@ export class TypeBoostTag extends BattlerTag {
loadTag(source: BattlerTag | any): void {
super.loadTag(source);
this.boostedType = source.boostedType as Type;
this.boostValue = source.boostValue;
this.oneUse = source.oneUse;
}
lapse(pokemon: Pokemon, lapseType: BattlerTagLapseType): boolean {