* Taunt - Fixed wrong collectors number.

This commit is contained in:
LevelX2 2015-02-12 23:14:26 +01:00
parent c987fd0e9c
commit a4d4515017

View file

@ -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.