fix move-left lock rarities condition (#3744)
This commit is contained in:
parent
31a11e08bb
commit
971ef88c79
|
@ -334,7 +334,7 @@ export default class ModifierSelectUiHandler extends AwaitableUiHandler {
|
|||
success = false;
|
||||
break;
|
||||
case 1:
|
||||
if (this.transferButtonContainer.visible) {
|
||||
if (this.lockRarityButtonContainer.visible) {
|
||||
success = this.setCursor(3);
|
||||
} else {
|
||||
success = this.rerollButtonContainer.visible && this.setCursor(0);
|
||||
|
|
Loading…
Reference in New Issue