From 824bca73eb82d4011ae9563d7c81230637626728 Mon Sep 17 00:00:00 2001 From: Scooom <97370685+Scoooom@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:55:22 -0600 Subject: [PATCH] Update src/data/challenge.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/data/challenge.ts | 1 - 1 file changed, 1 deletion(-) 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;