mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 05:09:16 -08:00
[THS] Corrected two card numbers. Updated card repository version number.
This commit is contained in:
parent
aae4b019f6
commit
31847c4d40
4 changed files with 234 additions and 234 deletions
|
|
@ -50,7 +50,7 @@ public class DarkBetrayal extends CardImpl<DarkBetrayal> {
|
|||
}
|
||||
|
||||
public DarkBetrayal(UUID ownerId) {
|
||||
super(ownerId, 84, "Dark Betrayal", Rarity.UNCOMMON, new CardType[]{CardType.INSTANT}, "{B}");
|
||||
super(ownerId, 83, "Dark Betrayal", Rarity.UNCOMMON, new CardType[]{CardType.INSTANT}, "{B}");
|
||||
this.expansionSetCode = "THS";
|
||||
|
||||
this.color.setBlack(true);
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ public class HuntTheHunter extends CardImpl<HuntTheHunter> {
|
|||
}
|
||||
|
||||
public HuntTheHunter(UUID ownerId) {
|
||||
super(ownerId, 157, "Hunt the Hunter", Rarity.UNCOMMON, new CardType[]{CardType.SORCERY}, "{G}");
|
||||
super(ownerId, 159, "Hunt the Hunter", Rarity.UNCOMMON, new CardType[]{CardType.SORCERY}, "{G}");
|
||||
this.expansionSetCode = "THS";
|
||||
|
||||
this.color.setGreen(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue