Apply suggestions from code review

Thank you Moka!

Co-authored-by: MokaStitcher <54149968+MokaStitcher@users.noreply.github.com>
This commit is contained in:
Mumble 2024-09-30 11:01:14 -07:00 committed by GitHub
parent 61aeedb17c
commit 337ca0ab54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
} }