Skip to content

Commit

Permalink
Fix Little Cup ruleset
Browse files Browse the repository at this point in the history
Oversight due to a bad import. Closes #25
  • Loading branch information
scheibo committed Mar 11, 2024
1 parent ed519ee commit 25c753f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sim/data/rulesets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ export const Rulesets: {[k: string]: FormatData} = {
name: 'Little Cup',
desc: "Only allows Pokémon that can evolve and don't have any prior evolutions",
ruleset: ['Max Level = 5'],
banlist: ['Stantler'],
onValidateSet(set) {
const species = this.dex.species.get(set.species || set.name);
if (species.prevo && this.dex.species.get(species.prevo).gen <= this.gen) {
Expand Down

0 comments on commit 25c753f

Please sign in to comment.