mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
[Item][Bug] No more free sacred ash (#6356)
This commit is contained in:
parent
3dd1948634
commit
16adb02ad2
@ -177,7 +177,7 @@ export class SelectModifierPhase extends BattlePhase {
|
||||
this.openModifierMenu(modifierType, cost, modifierSelectCallback);
|
||||
}
|
||||
} else {
|
||||
this.applyModifier(modifierType.newModifier()!);
|
||||
this.applyModifier(modifierType.newModifier()!, cost);
|
||||
}
|
||||
return cost === -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user