Skip to content

Commit

Permalink
Merge pull request #1330 from zzorba/fix_parallel_zoey_sigs
Browse files Browse the repository at this point in the history
Fix Paralell Zoey and normal rex sigs
  • Loading branch information
Kamalisk authored Jan 15, 2024
2 parents 954118c + 95fd6b1 commit f127ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pack/dwl/dwl.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"error": "You cannot have more than 5 cards that are not Guardian or Neutral"
}
],
"deck_requirements": "size:30, card:02006, card:02007, random:subtype:basicweakness",
"deck_requirements": "size:30, card:02006:90060, card:02007:90061, random:subtype:basicweakness",
"double_sided": true,
"errata_date": "2019-04-23",
"faction_code": "guardian",
Expand Down Expand Up @@ -54,7 +54,7 @@
"error": "You cannot have more than 5 cards that are not Seeker or Neutral"
}
],
"deck_requirements": "size:30, card:02008:90060, card:02009:90061, random:subtype:basicweakness",
"deck_requirements": "size:30, card:02008, card:02009, random:subtype:basicweakness",
"double_sided": true,
"errata_date": "2019-04-23",
"faction_code": "seeker",
Expand Down

0 comments on commit f127ba9

Please sign in to comment.