Fix crash when Sacred Ash from shop is used
parent
bb7edd9ced
commit
f2e5a2eb34
|
@ -3622,7 +3622,7 @@ export class SelectModifierPhase extends BattlePhase {
|
||||||
}, pokemonModifierType.selectFilter, modifierType instanceof PokemonMoveModifierType ? (modifierType as PokemonMoveModifierType).moveSelectFilter : undefined, tmMoveId);
|
}, pokemonModifierType.selectFilter, modifierType instanceof PokemonMoveModifierType ? (modifierType as PokemonMoveModifierType).moveSelectFilter : undefined, tmMoveId);
|
||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
applyModifier(typeOptions[cursor].type.newModifier());
|
applyModifier(modifierType.newModifier());
|
||||||
|
|
||||||
return !cost;
|
return !cost;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue