foul-magics/Mage/src/main/java/mage/abilities
2020-01-04 20:26:59 +04:00
..
abilityword Implemented Setessan Champion 2019-12-13 08:17:37 -05:00
common Fixed error with no abilities 2020-01-04 20:18:16 +04:00
condition * Commented out showXXX commands in tests to reduce the output. 2019-12-23 19:22:56 +01:00
costs * Replicate abilities - fixed that AI can freeze the game after play card with replicate (AI don't use it now); 2020-01-04 20:22:49 +04:00
decorator Merge branch 'master' into fix-tapped-for-mana-event 2019-12-31 12:12:25 +01:00
dynamicvalue built hints into devotion class 2019-12-29 10:27:23 -05:00
effects fixed Archon of Falling Stars (must be return to battlefield instead hand) 2020-01-04 19:40:25 +04:00
hint * Affinity abilities - added support of other cost modification effects like combo with commander tax (#5856); 2019-07-04 14:02:25 +04:00
keyword * Buyback abilities - fixed that AI can't cast cards with buyback for normal cost (AI don't use buyback now); 2020-01-04 20:26:59 +04:00
mana Additional fixes for getNetMana from #6132 (final) 2020-01-03 06:27:39 +04:00
meta
text
Abilities.java
AbilitiesImpl.java
Ability.java Removed deprecated AdjustingSourceCosts interface. 2019-12-14 18:33:11 +01:00
AbilityImpl.java * Fixed problems of Yixlid Jailer that removed abilities from cards in graveyard permanently (fixes #1147). 2020-01-03 15:23:52 +01:00
ActivatedAbility.java * Fixed a problem with check playable methods causing e.g. endless loop if Shared Fate was on the battlefield. 2019-12-25 16:01:02 +01:00
ActivatedAbilityImpl.java * Fixed a problem with check playable methods causing e.g. endless loop if Shared Fate was on the battlefield. 2019-12-25 16:01:02 +01:00
ActivationInfo.java
CompoundAbility.java
DelayedTriggeredAbilities.java
DelayedTriggeredAbility.java
EvasionAbility.java
Gender.java
LoyaltyAbility.java
MageSingleton.java
Mode.java
Modes.java * Fixed wrong selection count in choose ability mode dialog (cards like Planewide Celebration); 2019-12-07 01:48:39 +04:00
OpeningHandAction.java
PlayLandAbility.java
SpecialAction.java
SpecialActions.java Sonar fixes 2019-07-09 21:57:55 +02:00
SpellAbility.java - Starting the process of migrating cards that use the player.cast() method to access the full abilities of a card not cast from the hand zone. 2019-12-26 15:54:22 -06:00
StateTriggeredAbility.java
StaticAbility.java
TriggeredAbilities.java
TriggeredAbility.java
TriggeredAbilityImpl.java Fixed texts 2019-07-05 15:03:24 +04:00