Add default and remove new line
parent
609893d44e
commit
b9d1500375
|
|
@ -13,5 +13,7 @@ export function getPokemonPrefix(pokemon: Pokemon): string {
|
||||||
return pokemon.hasTrainer() ? 'Foe ' : 'Wild ';
|
return pokemon.hasTrainer() ? 'Foe ' : 'Wild ';
|
||||||
case BattleSpec.FINAL_BOSS:
|
case BattleSpec.FINAL_BOSS:
|
||||||
return 'Foe ';
|
return 'Foe ';
|
||||||
|
default:
|
||||||
|
return '';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue