diff --git a/src/field/pokemon.ts b/src/field/pokemon.ts index 0c10c9ea820..6ba009a6966 100644 --- a/src/field/pokemon.ts +++ b/src/field/pokemon.ts @@ -65,6 +65,7 @@ import { isBetween, type nil, type Constructor, + randSeedIntRange, } from "#app/utils/common"; import type { TypeDamageMultiplier } from "#app/data/type"; import { getTypeDamageMultiplier, getTypeRgb } from "#app/data/type";