mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-16 14:24:57 +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()) {
|
for (var potential : this.getPotentials()) {
|
||||||
select.addInfos(potential.toProto());
|
select.addInfos(potential.toProto());
|
||||||
|
|
||||||
|
if (potential.getLevel() > 1) {
|
||||||
|
select.addLuckyIds(potential.getId());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.canReroll()) {
|
if (this.canReroll()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user