mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 16:32: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 {
|
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
Block a user