mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-09 08:59:29 +02:00
Add a couple of TODO
s
This commit is contained in:
parent
fee6320502
commit
d0ebb32f9e
@ -68,6 +68,7 @@ function mapModifierCategoryToItems(modifier: ModifierCategoryString, typeId: st
|
|||||||
if (modifier === "SpeciesStatBoosterModifier") {
|
if (modifier === "SpeciesStatBoosterModifier") {
|
||||||
const stats = args[1];
|
const stats = args[1];
|
||||||
const species = args[3];
|
const species = args[3];
|
||||||
|
// TODO: why is this not `species === SpeciesId.SPECIES_NAME`?
|
||||||
if (SpeciesId.PIKACHU in species) {
|
if (SpeciesId.PIKACHU in species) {
|
||||||
return HeldItemId.LIGHT_BALL;
|
return HeldItemId.LIGHT_BALL;
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// TODO: move to `src/@types/`
|
||||||
import type { RewardTier } from "#enums/reward-tier";
|
import type { RewardTier } from "#enums/reward-tier";
|
||||||
import type { TrainerItemId } from "#enums/trainer-item-id";
|
import type { TrainerItemId } from "#enums/trainer-item-id";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user