mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Fix card number of Alluring Scent
This commit is contained in:
parent
a906fcaefd
commit
f5690e9379
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue