mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 16:32:16 +02:00
Update pokemon.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
adc6ff0d26
commit
0ae75363e6
@ -7793,7 +7793,6 @@ export class PokemonSummonData {
|
||||
constructor(source?: PokemonSummonData | Partial<PokemonSummonData>) {
|
||||
if (!isNullOrUndefined(source)) {
|
||||
Object.assign(this, source)
|
||||
// TODO: Do we need these mapping statements?
|
||||
this.moveset &&= this.moveset.map(m => PokemonMove.loadMove(m))
|
||||
this.tags &&= this.tags.map(t => loadBattlerTag(t))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user