mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Taunt - Fixed wrong collectors number.
This commit is contained in:
parent
c987fd0e9c
commit
a4d4515017
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ import mage.target.TargetPlayer;
|
||||||
public class Taunt extends CardImpl {
|
public class Taunt extends CardImpl {
|
||||||
|
|
||||||
public Taunt(UUID ownerId) {
|
public Taunt(UUID ownerId) {
|
||||||
super(ownerId, 94, "Taunt", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{U}");
|
super(ownerId, 72, "Taunt", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{U}");
|
||||||
this.expansionSetCode = "POR";
|
this.expansionSetCode = "POR";
|
||||||
|
|
||||||
// During target player's next turn, creatures that player controls attack you if able.
|
// During target player's next turn, creatures that player controls attack you if able.
|
||||||
|
|
Loading…
Reference in a new issue