- Fixed Elspeth Tirel, it will now display a rarity value.

This commit is contained in:
jendave
2011-08-06 07:17:36 +00:00
parent 1b538bed2f
commit 60727ea007

View File

@@ -3344,6 +3344,8 @@ class CardFactory_Planeswalkers {
ability3.setStackDescription(card2 + " - Destroy all other permanents except for lands and tokens.");
card2.addSpellAbility(ability3);
card2.setSVars(card.getSVars());
return card2;
}//*************** END ************ END **************************