mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-06 15:39:27 +02:00
Update all-reward-type.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
8a4b89d04b
commit
704209d7a8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user