From 704209d7a8562cac24b2e6935d1dca168f8c60c2 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Tue, 5 Aug 2025 07:14:20 -0400 Subject: [PATCH] Update all-reward-type.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/@types/all-reward-type.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/@types/all-reward-type.ts b/src/@types/all-reward-type.ts index 97e791651c0..e5fdcf5b625 100644 --- a/src/@types/all-reward-type.ts +++ b/src/@types/all-reward-type.ts @@ -79,12 +79,6 @@ export type allRewardsType = { [RewardId.PP_UP]: () => PokemonPpUpReward; [RewardId.PP_MAX]: () => PokemonPpUpReward; - /* - [RewardId.REPEL]: () => DoubleBattleChanceBoosterReward, - [RewardId.SUPER_REPEL]: () => DoubleBattleChanceBoosterReward, - [RewardId.MAX_REPEL]: () => DoubleBattleChanceBoosterReward, - */ - [RewardId.MINT]: () => MintRewardGenerator; [RewardId.TERA_SHARD]: () => TeraTypeRewardGenerator;