diff --git a/src/data/challenge.ts b/src/data/challenge.ts index 5086e897b3b..49a6fe7a3ab 100644 --- a/src/data/challenge.ts +++ b/src/data/challenge.ts @@ -17,7 +17,6 @@ import { TypeColor, TypeShadow } from "#enums/color"; import { pokemonEvolutions } from "#app/data/balance/pokemon-evolutions"; import { pokemonFormChanges } from "#app/data/pokemon-forms"; - /** A constant for the default max cost of the starting party before a run */ const DEFAULT_PARTY_MAX_COST = 10;