foul-magics/Mage/src/main/java/mage/abilities/mana
2021-04-28 20:53:50 +02:00
..
builder simplified various cards to use isInstantOrSorcery method 2021-03-22 20:01:20 -04:00
conditional remove explicit null checks, match(..) checks on null itself by instanceof calls 2021-04-28 20:53:50 +02:00
ActivateAsSorceryManaAbility.java [STX] various text fixes 2021-04-17 18:22:43 -04:00
ActivatedManaAbilityImpl.java Refactor: replaced sourceId by source and introduced source param in some methods; 2020-12-12 20:23:19 +04:00
ActivateIfConditionManaAbility.java if you're having text problems I feel bad for you son, I've got 99 problems and they're all text-related and I've only dealt with a small amount of them 2021-04-18 18:17:38 -04:00
ActivateOncePerTurnManaAbility.java if you're having text problems I feel bad for you son, I've got 99 problems and they're all text-related and I've only dealt with a small amount of them 2021-04-18 18:17:38 -04:00
AnyColorLandsProduceManaAbility.java * Fixed available mana calculation for Cryptic Trilobite and Titans' Nest. Added some improvements for available mana calculation of conditional mana. 2020-08-16 01:16:52 +02:00
AnyColorManaAbility.java * Fixed available mana calculation for Cryptic Trilobite and Titans' Nest. Added some improvements for available mana calculation of conditional mana. 2020-08-16 01:16:52 +02:00
AnyColorPermanentTypesManaAbility.java Refactor: removed default comment headers 2021-02-21 08:15:16 +04:00
BasicManaAbility.java * Fixed available mana calculation for Cryptic Trilobite and Titans' Nest. Added some improvements for available mana calculation of conditional mana. 2020-08-16 01:16:52 +02:00
BlackManaAbility.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
BlueManaAbility.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ColorlessManaAbility.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
CommanderColorIdentityManaAbility.java Commanders improves: 2021-02-05 17:19:30 +04:00
ConditionalAnyColorManaAbility.java * Fixed some more available mana calculation problems. Mana of the pool is now taken into account (e.g. Coal Golem problem). Crucible of the Spirit Dragon - Conditional mana curretnly not handled correctly in available mana calculation. Crystalline Crawler works now.Related to #6698. 2020-07-16 22:37:51 +02:00
ConditionalColoredManaAbility.java Refactor: removed default comment headers 2021-02-21 08:15:16 +04:00
ConditionalColorlessManaAbility.java Refactor: removed default comment headers 2021-02-21 08:15:16 +04:00
ConditionalManaAbility.java Revert "format: organize imports" 2020-02-05 02:17:00 +04:00
DelayedTriggeredManaAbility.java Refactor: replaced sourceId by source and introduced source param in some methods (part 2); 2020-12-13 02:01:49 +04:00
DynamicManaAbility.java * Removed unused imports. 2020-08-22 11:51:34 +02:00
EnchantedTappedTriggeredManaAbility.java [KHM] Implemented Glittering Frost 2021-01-13 18:02:25 -05:00
GreenManaAbility.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ManaAbility.java Refactor: removed default comment headers 2021-02-21 08:15:16 +04:00
ManaOptions.java Devs: added todo with mana calculation freezes (Cascading Cataracts) 2021-04-02 11:32:35 +04:00
RedManaAbility.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
SimpleManaAbility.java * Doubling Cube - Added support for possible mana calculation (related to #6698). 2020-08-18 00:22:53 +02:00
TriggeredManaAbility.java * Doubling Cube - Added support for possible mana calculation (related to #6698). 2020-08-18 00:22:53 +02:00
WhiteManaAbility.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00