Skip to content

Commit

Permalink
updates for MH3
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinon committed May 23, 2024
1 parent 757675a commit 5fb512c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mtg
version: 0.2.15
version: 0.2.16

authors:
- Holden Omans <[email protected]>
Expand Down
4 changes: 0 additions & 4 deletions src/mtg/card/frame_effects.cr
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ module Mtg::Card
"snow",
"spree",
"sunmoondfc",
"textless",
"tombstone",
"upsidedowndfc",
"vehicle",
"waxingandwaningmoondfc",
]

Expand All @@ -52,10 +50,8 @@ module Mtg::Card
Snow
Spree
SunMoonDFC
Textless
Tombstone
Upsidedowndfc
Vehicle
WaxingAndWaningMoonDFC
end
end
4 changes: 2 additions & 2 deletions src/mtg/card/promo_types.cr
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module Mtg::Card
"premiereshop",
"prerelease",
"promopack",
"rainbow",
"rainbowfoil",
"raisedfoil",
"ravnicacity",
"rebalanced",
Expand Down Expand Up @@ -121,7 +121,7 @@ module Mtg::Card
PremiereShop
PreRelease
PromoPack
Rainbow
Rainbowfoil
Raisedfoil
Ravnicacity
Rebalanced
Expand Down
1 change: 1 addition & 0 deletions src/mtg/card/subtypes.cr
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ module Mtg::Card
"darillium",
"dauthi",
"davriel",
"deb",
"deer",
"demigod",
"demon",
Expand Down
2 changes: 2 additions & 0 deletions src/mtg/card/types.cr
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module Mtg::Card
"dragon",
"dungeon",
"eaturecray",
"eldrazi",
"elemental",
"elite",
"emblem",
Expand All @@ -17,6 +18,7 @@ module Mtg::Card
"hero",
"instant",
"jaguar",
"kindred",
"knights",
"land",
"legend",
Expand Down
1 change: 1 addition & 0 deletions src/mtg/deck/type.cr
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module Mtg::Deck
"planeswalker deck",
"premium deck",
"pro tour deck",
"sample deck",
"san diego comic con promos",
"secret lair drop",
"shandalar enemy deck",
Expand Down
2 changes: 1 addition & 1 deletion src/mtg/keywords/keyword_abilities.cr
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,14 @@ module Mtg::Keywords
"suspend",
"swampcycling",
"swampwalk",
"totem armor",
"toxic",
"training",
"trample",
"transfigure",
"transmute",
"tribute",
"typecycling",
"umbra armor",
"undaunted",
"undying",
"unearth",
Expand Down

0 comments on commit 5fb512c

Please sign in to comment.