mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-16 17:27:41 +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;
|
success = false;
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
if (this.transferButtonContainer.visible) {
|
if (this.lockRarityButtonContainer.visible) {
|
||||||
success = this.setCursor(3);
|
success = this.setCursor(3);
|
||||||
} else {
|
} else {
|
||||||
success = this.rerollButtonContainer.visible && this.setCursor(0);
|
success = this.rerollButtonContainer.visible && this.setCursor(0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user