mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Bridge from Below added.
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user