mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-11 02:42:19 +02:00
Add default and remove new line
This commit is contained in:
parent
609893d44e
commit
b9d1500375
@ -13,5 +13,7 @@ export function getPokemonPrefix(pokemon: Pokemon): string {
|
||||
return pokemon.hasTrainer() ? 'Foe ' : 'Wild ';
|
||||
case BattleSpec.FINAL_BOSS:
|
||||
return 'Foe ';
|
||||
default:
|
||||
return '';
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user