Bridge from Below added.

This commit is contained in:
jendave
2011-08-06 03:04:02 +00:00
parent 79f6f6ba66
commit 5952b70814
5 changed files with 96 additions and 1 deletions

View File

@@ -3050,7 +3050,19 @@ public class CardFactory implements NewConstants {
}
//*************** END ************ END **************************
//*************** START *********** START **************************
else if(cardName.equals("Bridge from Below"))
{
SpellAbility spell = new Spell_Permanent(card)
{
private static final long serialVersionUID = 7254358703158629514L;
public boolean canPlayAI() { return false; }
};
card.clearSpellAbility();
card.addSpellAbility(spell);
}
//*************** END ************ END *************************
//*************** START *********** START **************************
else if(cardName.equals("Nevinyrral's Disk"))