mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-29 12:17:13 +00:00
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…
x
Reference in New Issue
Block a user