[Item][Bug] No more free sacred ash (#6356)

This commit is contained in:
Wlowscha 2025-08-23 17:00:27 +02:00 committed by GitHub
parent 3dd1948634
commit 16adb02ad2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}