Skip to content

Commit

Permalink
Add vehicle frame effect to scryfall models
Browse files Browse the repository at this point in the history
  • Loading branch information
gwax committed Oct 26, 2023
1 parent d125705 commit bde23c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mtg_ssm/scryfall/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ class ScryFrameEffect(str, Enum):
BORDERLESS = "borderless"
THICK = "thick"
GRAVESTONE = "gravestone"
VEHICLE = "vehicle"


class ScryBorderColor(str, Enum):
Expand Down

0 comments on commit bde23c0

Please sign in to comment.