mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-14 01:31:59 +00:00
fix: Missing boosters in A4 (#880)
This commit is contained in:
@@ -16,7 +16,8 @@ const card: Card = {
|
||||
en: "The next time you flip any number of coins for the effect of an attack, Ability, or Trainer card after using this card on this turn, the first coin flip will definitely be heads."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
trainerType: "Supporter",
|
||||
boosters: ["lugia"]
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user