mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-11-29 06:28:28 +01:00
remove unused method
This commit is contained in:
parent
1ddbe55c9e
commit
d73fe9a998
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user