mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
editor: fix Paldea Evolved variants (#510)
Co-authored-by: Aviortheking <git@avior.me>
This commit is contained in:
@ -16,7 +16,12 @@ const card: Card = {
|
||||
rarity: "Hyper rare",
|
||||
category: "Energy",
|
||||
types: ["Grass"],
|
||||
energyType: "Normal"
|
||||
energyType: "Normal",
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user