remove unused method

This commit is contained in:
torranx 2024-08-21 02:44:18 +08:00
parent 1ddbe55c9e
commit d73fe9a998
1 changed files with 0 additions and 4 deletions

View File

@ -205,10 +205,6 @@ export class SelectModifierPhase extends BattlePhase {
return true;
}
getRerollCount(): number {
return this.rerollCount;
}
getRerollCost(typeOptions: ModifierTypeOption[], lockRarities: boolean): number {
let baseValue = 0;
if (Overrides.WAIVE_ROLL_FEE_OVERRIDE) {