mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-30 12:47:12 +00:00
Fix crash when Sacred Ash from shop is used
This commit is contained in:
parent
bb7edd9ced
commit
f2e5a2eb34
@ -3622,7 +3622,7 @@ export class SelectModifierPhase extends BattlePhase {
|
||||
}, pokemonModifierType.selectFilter, modifierType instanceof PokemonMoveModifierType ? (modifierType as PokemonMoveModifierType).moveSelectFilter : undefined, tmMoveId);
|
||||
}
|
||||
} else
|
||||
applyModifier(typeOptions[cursor].type.newModifier());
|
||||
applyModifier(modifierType.newModifier());
|
||||
|
||||
return !cost;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user