change integer to number

This commit is contained in:
torranx 2024-08-20 22:52:09 +08:00
parent f3e179adeb
commit 1bd0bccf0e
1 changed files with 2 additions and 2 deletions

View File

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