fix move-left lock rarities condition (#3744)

This commit is contained in:
flx-sta 2024-08-24 19:59:22 -07:00 committed by GitHub
parent 31a11e08bb
commit 971ef88c79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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