mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 08:22:16 +02:00
Add missing values for type boost tag.
This commit is contained in:
parent
dcdc270f44
commit
40207fdbe8
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user