Skip to content

Commit

Permalink
Merge pull request #292 from DanieloV/fix-merge-issues
Browse files Browse the repository at this point in the history
Fix missing repo cards
  • Loading branch information
sindreslungaard authored Oct 7, 2024
2 parents b7bb210 + a2ce0f6 commit 8095a03
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions game/cards/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -553,8 +553,8 @@ var DM07 = map[string]match.CardConstructor{
"44c6f9ec-1832-4d62-a73e-3dab72818591": dm07.CuriousEye,
"a1ed67a1-2143-461e-b2ee-7d74ec6773e5": nil,
"0106b420-f033-4f9e-b5a9-237f1d6ded0e": dm07.TitaniumCluster,
"2a5fe0d2-134c-4a4d-bf90-cfafaa795a84": nil,
"1532f8ae-1dc7-4609-a518-063f8de9c751": nil,
"2a5fe0d2-134c-4a4d-bf90-cfafaa795a84": dm07.GezaryUndercoverDoll,
"1532f8ae-1dc7-4609-a518-063f8de9c751": dm07.Gigabuster,
"350d2dde-2abf-48c0-a1da-63dff2d00bfa": nil,
"50cf8db2-11e6-44e2-ad50-89b8041ee670": dm07.ScalpelSpider,
"36a25a40-d952-4c07-9625-ee88745d6df7": dm07.PropellerMutant,
Expand All @@ -574,7 +574,6 @@ var DM07 = map[string]match.CardConstructor{
"190cdfdd-c077-4521-91ed-7bc5d6853b75": dm07.WildRacerChiefGaran,
"1640acce-f082-4814-be15-b7851f65d21a": dm07.ValkrowzerUltraRockBeast,
"bb339fe8-3e63-4657-8c5d-d2386c22ff38": dm07.CrypticTotem,
"9f3f83fa-ed3e-48f7-9396-bbe1d79ed544": nil,
"dd842b81-e187-44e3-92f2-a36826718849": nil,
"30272397-4b70-4b40-b7ee-8399ebe099d6": nil,
"e6c53caf-9923-4496-a817-2727ea17bead": dm07.LaunchLocust,
Expand Down

0 comments on commit 8095a03

Please sign in to comment.