mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-13 17:22:03 +00:00
fix: Missing boosters in A4 (#880)
This commit is contained in:
@@ -16,7 +16,8 @@ const card: Card = {
|
||||
en: "For each of your {F} Pokémon in play, look at that many cards from the top of your deck and put them back in any order."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
trainerType: "Supporter",
|
||||
boosters: ["ho-oh"]
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user