mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Added ability to play cards that "Any Player May Play"
- AI may not be properly using it - Added flying pestilence ability for Ifh-Biff Efreet - Added both player usage of ability for Aluren - Fixed infinite loop in Aluren (We should bring back canPlayAI code for Aluren now)
This commit is contained in:
@@ -15456,9 +15456,8 @@ public class CardFactory implements NewConstants {
|
||||
|
||||
ability1.setDescription("Any player may play creature cards with converted mana cost 3 or less without paying their mana cost any time he or she could play an instant.");
|
||||
ability1.setStackDescription("Aluren - Play creature with converted manacost 3 or less for free.");
|
||||
ability1.setAnyPlayer(true);
|
||||
card.addSpellAbility(ability1);
|
||||
ability1.setBeforePayMana(new Input_PayManaCost(ability1));
|
||||
|
||||
}
|
||||
//*************** END ************ END **************************
|
||||
|
||||
|
||||
Reference in New Issue
Block a user