Fix lucky potential effect in selector

This commit is contained in:
Melledy
2025-12-13 00:17:18 -08:00
parent 660d5a3cf7
commit 588522df88

View File

@@ -152,6 +152,10 @@ public class StarTowerPotentialCase extends StarTowerBaseCase {
for (var potential : this.getPotentials()) {
select.addInfos(potential.toProto());
if (potential.getLevel() > 1) {
select.addLuckyIds(potential.getId());
}
}
if (this.canReroll()) {