foul-magics/Mage/src/main/java/mage/abilities/mana
2018-04-19 00:30:13 +02:00
..
builder [DOM] Added Haphazard Bombardment and Jaya Ballard. 2018-04-19 00:30:13 +02:00
conditional * Added to all toUpperCase/toLowerCase calls the Locale.ENGLISH to prevent problems with some languages (e.g. Turkish). Removed some unused import statements. (#4634). 2018-03-18 18:18:54 +01:00
ActivateAsSorceryManaAbility.java - Fixed issue #3519 2017-07-11 08:26:33 -05:00
ActivatedManaAbilityImpl.java revamped how conditional and limited-use activated abilities are implemented 2017-09-12 09:33:12 -04:00
ActivateIfConditionManaAbility.java updated various activated abilities 2017-09-12 12:31:00 -04:00
ActivateOncePerTurnManaAbility.java revamped how conditional and limited-use activated abilities are implemented 2017-09-12 09:33:12 -04:00
AnyColorLandsProduceManaAbility.java Corrected error when handling colorless permanents on "Any type among [...] permanents" 2018-03-17 11:35:50 -03:00
AnyColorManaAbility.java * Fixed a problem with triggered mana abilities. Fixed a problem that AI did not always select the needed mana color. Fixed a problem with Reflecting Pool not taking triggered mana abilities into account. 2016-11-03 22:37:54 +01:00
AnyColorPermanentTypesManaAbility.java Corrected error when handling colorless permanents on "Any type among [...] permanents" 2018-03-17 11:35:50 -03:00
BasicManaAbility.java * Fixed a problem with triggered mana abilities. Fixed a problem that AI did not always select the needed mana color. Fixed a problem with Reflecting Pool not taking triggered mana abilities into account. 2016-11-03 22:37:54 +01:00
BlackManaAbility.java
BlueManaAbility.java
ColorlessManaAbility.java use Mana.ColorlessMana; SimpleManaAbility 2016-10-30 23:02:04 -07:00
CommanderColorIdentityManaAbility.java * Added to all toUpperCase/toLowerCase calls the Locale.ENGLISH to prevent problems with some languages (e.g. Turkish). Removed some unused import statements. (#4634). 2018-03-18 18:18:54 +01:00
ConditionalAnyColorManaAbility.java * Fixed bug of any mana abilities not working correctly for mana abilities that could produce mana of any type other mana sources could produce. 2017-05-17 23:20:27 +02:00
ConditionalColoredManaAbility.java * Fixed a problem with triggered mana abilities. Fixed a problem that AI did not always select the needed mana color. Fixed a problem with Reflecting Pool not taking triggered mana abilities into account. 2016-11-03 22:37:54 +01:00
ConditionalColorlessManaAbility.java * Fixed a problem with triggered mana abilities. Fixed a problem that AI did not always select the needed mana color. Fixed a problem with Reflecting Pool not taking triggered mana abilities into account. 2016-11-03 22:37:54 +01:00
ConditionalManaAbility.java * Fixed a problem with triggered mana abilities. Fixed a problem that AI did not always select the needed mana color. Fixed a problem with Reflecting Pool not taking triggered mana abilities into account. 2016-11-03 22:37:54 +01:00
DelayedTriggeredManaAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
DynamicManaAbility.java * Fixed bug of any mana abilities not working correctly for mana abilities that could produce mana of any type other mana sources could produce. 2017-05-17 23:20:27 +02:00
GreenManaAbility.java
ManaAbility.java * Fixed bug of any mana abilities not working correctly for mana abilities that could produce mana of any type other mana sources could produce. 2017-05-17 23:20:27 +02:00
ManaOptions.java Fixed cards with any color lands produce ability: 2017-12-28 02:15:49 +04:00
RedManaAbility.java
SimpleManaAbility.java Mox Lotus (UNH) 2018-03-09 23:58:05 +11:00
TriggeredManaAbility.java * Fixed bug of any mana abilities not working correctly for mana abilities that could produce mana of any type other mana sources could produce. 2017-05-17 23:20:27 +02:00
WhiteManaAbility.java