Skip to content

Commit

Permalink
FFA Randbats: Add more ability overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
pyuk-bot committed Nov 12, 2024
1 parent 4cece4e commit 5c9bcc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data/random-battles/gen9/teams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,9 @@ export class RandomTeams {
if (this.format.gameType === 'freeforall') {
if (species.id === 'bellossom') return 'Chlorophyll';
if (species.id === 'sinistcha') return 'Heatproof';
if (species.id === 'oranguru') return 'Inner Focus';
if (abilities.length === 1 && abilities[0] === 'Telepathy') {
return species.id === 'oranguru' ? 'Inner Focus' : 'Pressure';
}
if (species.id === 'duraludon') return 'Light Metal';
if (species.id === 'clefairy') return 'Magic Guard';
if (species.id === 'blissey') return 'Natural Cure';
Expand Down

0 comments on commit 5c9bcc9

Please sign in to comment.