Fix spelling errors in card enums

This commit is contained in:
Tee
2021-03-14 21:32:56 -04:00
parent 517ee0ff53
commit 619ec93332
3 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ export enum Rarity {
RareHoloV = "Rare Holo V",
RareHoloVMAX = "Rare Holo VMAX",
RarePrime = "Rare Prime",
RarePrimeStar = "Rare Prime Star",
RarePrimeStar = "Rare Prism Star",
RareRainbow = "Rare Rainbow",
RareSecret = "Rare Secret",
RareShining = "Rare Shining",

View File

@ -9,8 +9,8 @@ export enum Subtype {
Legend = "LEGEND",
LevelUp = "Level-Up",
Mega = "MEGA",
PokemonTool = "Pokemon Tool",
PokemonToolF = "Pokemon Tool F",
PokemonTool = "Pokémon Tool",
PokemonToolF = "Pokémon Tool F",
Restored = "Restored",
RocketsSecretMachine = "Rocket's Secret Machine",
Special = "Special",

View File

@ -6,7 +6,7 @@ export enum Type {
Fighting = "Fighting",
Fire = "Fire",
Grass = "Grass",
Lightening = "Lightening",
Lightening = "Lightning",
Metal = "Metal",
Psychic = "Psychic",
Water = "Water"