mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-24 16:29:27 +02:00
Apply suggestions from code review
Thank you Moka! Co-authored-by: MokaStitcher <54149968+MokaStitcher@users.noreply.github.com>
This commit is contained in:
parent
61aeedb17c
commit
337ca0ab54
@ -260,11 +260,11 @@ export default class RunInfoUiHandler extends UiHandler {
|
|||||||
if (this.runInfo.battleType === BattleType.WILD) {
|
if (this.runInfo.battleType === BattleType.WILD) {
|
||||||
switch (this.runInfo.enemyParty.length) {
|
switch (this.runInfo.enemyParty.length) {
|
||||||
case 1:
|
case 1:
|
||||||
// Wild - Singles
|
// Wild - Singles
|
||||||
this.parseWildSingleDefeat(enemyContainer);
|
this.parseWildSingleDefeat(enemyContainer);
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
//Wild - Doubles
|
// Wild - Doubles
|
||||||
this.parseWildDoubleDefeat(enemyContainer);
|
this.parseWildDoubleDefeat(enemyContainer);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user