mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-13 12:54:36 +01:00
Fix lucky potential effect in selector
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user