mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-15 14:25:32 +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);
|
||||
break;
|
||||
case PartyUiMode.SWITCH:
|
||||
this.options.push(PartyOption.RELEASE);
|
||||
break;
|
||||
case PartyUiMode.RELEASE:
|
||||
case PartyUiMode.CHECK:
|
||||
this.options.push(PartyOption.RELEASE);
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user