Fix card number of Alluring Scent

This commit is contained in:
LoneFox 2015-08-18 19:59:28 +03:00
parent a906fcaefd
commit f5690e9379

View file

@ -42,7 +42,7 @@ import mage.target.common.TargetCreaturePermanent;
public class AlluringScent extends CardImpl { public class AlluringScent extends CardImpl {
public AlluringScent(UUID ownerId) { public AlluringScent(UUID ownerId) {
super(ownerId, 61, "Alluring Scent", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{1}{G}{G}"); super(ownerId, 80, "Alluring Scent", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{1}{G}{G}");
this.expansionSetCode = "POR"; this.expansionSetCode = "POR";
// All creatures able to block target creature this turn do so. // All creatures able to block target creature this turn do so.