mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-11 19:02:16 +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 ';
|
return pokemon.hasTrainer() ? 'Foe ' : 'Wild ';
|
||||||
case BattleSpec.FINAL_BOSS:
|
case BattleSpec.FINAL_BOSS:
|
||||||
return 'Foe ';
|
return 'Foe ';
|
||||||
|
default:
|
||||||
|
return '';
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user