mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-16 23:05:23 +01:00
[Bug] Allow fainted Pokemon to be released post-battle in hardcore
https://github.com/pagefaultgames/pokerogue/pull/6723
This commit is contained in:
parent
a48952e354
commit
9ea5a014a1
@ -1586,9 +1586,8 @@ export class PartyUiHandler extends MessageUiHandler {
|
|||||||
this.updateOptionsWithModifierTransferMode(pokemon);
|
this.updateOptionsWithModifierTransferMode(pokemon);
|
||||||
break;
|
break;
|
||||||
case PartyUiMode.SWITCH:
|
case PartyUiMode.SWITCH:
|
||||||
this.options.push(PartyOption.RELEASE);
|
|
||||||
break;
|
|
||||||
case PartyUiMode.RELEASE:
|
case PartyUiMode.RELEASE:
|
||||||
|
case PartyUiMode.CHECK:
|
||||||
this.options.push(PartyOption.RELEASE);
|
this.options.push(PartyOption.RELEASE);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user